Browse Source

* disk full runerror writes now a nice message

florian 25 years ago
parent
commit
2d0b954c56
1 changed files with 8 additions and 1 deletions
  1. 8 1
      compiler/pp.pas

+ 8 - 1
compiler/pp.pas

@@ -256,6 +256,10 @@ begin
   if (erroraddr<>nil) then
   if (erroraddr<>nil) then
    begin
    begin
      case exitcode of
      case exitcode of
+      101: begin
+              erroraddr:=nil;
+              writeln('Error: Disk full');
+           end;
       202 : begin
       202 : begin
               erroraddr:=nil;
               erroraddr:=nil;
               Writeln('Error: Stack Overflow');
               Writeln('Error: Stack Overflow');
@@ -284,7 +288,10 @@ begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.57  2000-03-14 16:30:14  pierre
+  Revision 1.58  2000-03-16 10:29:06  florian
+    * disk full runerror writes now a nice message
+
+  Revision 1.57  2000/03/14 16:30:14  pierre
    + lineinfo for win32 with debug
    + lineinfo for win32 with debug
 
 
   Revision 1.56  2000/02/18 12:34:43  pierre
   Revision 1.56  2000/02/18 12:34:43  pierre