summary refs log tree commit diff stats
path: root/nim/nsystem.pas
diff options
context:
space:
mode:
Diffstat (limited to 'nim/nsystem.pas')
-rw-r--r--nim/nsystem.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/nim/nsystem.pas b/nim/nsystem.pas
index f476e09ca..51ca05605 100644
--- a/nim/nsystem.pas
+++ b/nim/nsystem.pas
@@ -43,6 +43,7 @@ type
 {$endif}
   EOutOfRange = class(Exception)
   end;
+  EOS = class(Exception) end;
 
   float32 = single;
   float64 = double;