Browse Source

* removed notes

peter 25 years ago
parent
commit
57c538267c
2 changed files with 14 additions and 4 deletions
  1. 7 2
      rtl/inc/graph/modes.inc
  2. 7 2
      rtl/inc/lineinfo.pp

+ 7 - 2
rtl/inc/graph/modes.inc

@@ -208,7 +208,9 @@ end;
   {********************************************************}
     var
      list, lastModeInfo: PModeInfo;
+{$ifdef newmodes}
      x,y: longint;
+{$endif}
     begin
 {$ifdef logging}
       LogLn('Searching for driver '+strf(reqdriver)+' and mode '+strf(reqmode));
@@ -264,7 +266,7 @@ end;
                       list := list^.next;
                     searchMode := list;
                   end;
-                  
+
               end;
           end;
           exit;
@@ -557,7 +559,10 @@ end;
 
 {
 $Log$
-Revision 1.25  2000-06-19 01:18:49  carl
+Revision 1.26  2000-06-22 18:36:19  peter
+  * removed notes
+
+Revision 1.25  2000/06/19 01:18:49  carl
   + added modes for Atari/Amiga and bit depth also
 
 Revision 1.24  2000/06/18 14:59:39  jonas

+ 7 - 2
rtl/inc/lineinfo.pp

@@ -22,7 +22,9 @@ interface
 
 { This is very important as this code can be called
   from inside the RTE 202 error PM }
-{$S-}
+{$ifndef linux}
+  {$S-}
+{$endif}
 
 procedure GetLineInfo(addr:longint;var func,source:string;var line:longint);
 
@@ -638,7 +640,10 @@ finalization
 end.
 {
   $Log$
-  Revision 1.11  2000-06-05 13:04:11  pierre
+  Revision 1.12  2000-06-22 18:36:18  peter
+    * removed notes
+
+  Revision 1.11  2000/06/05 13:04:11  pierre
    * StabOfs for OS2 changed, hopefully correct now
 
   Revision 1.10  2000/05/08 13:23:46  peter