Parcourir la source

* disbaled error 900 that is out of range

peter il y a 21 ans
Parent
commit
0caeea9e61
1 fichiers modifiés avec 5 ajouts et 2 suppressions
  1. 5 2
      rtl/objpas/sysconst.pp

+ 5 - 2
rtl/objpas/sysconst.pp

@@ -198,7 +198,7 @@ begin
      232 : Result:=SNoThreadSupport;
      232 : Result:=SNoThreadSupport;
 
 
      {Error in the range 900 - 999 is considered platform specific}
      {Error in the range 900 - 999 is considered platform specific}
-     900 : Result:=SNoToolserver;    {Mac OS specific}
+//     900 : Result:=SNoToolserver;    {Mac OS specific}
   end;
   end;
   If length(Result)=0 then
   If length(Result)=0 then
 {$ifdef VER1_0}  
 {$ifdef VER1_0}  
@@ -214,7 +214,10 @@ end;
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.11  2004-08-20 10:18:58  olle
+  Revision 1.12  2004-08-25 15:29:58  peter
+    * disbaled error 900 that is out of range
+
+  Revision 1.11  2004/08/20 10:18:58  olle
     + added error 900, for macos
     + added error 900, for macos
 
 
   Revision 1.10  2004/06/12 13:23:17  michael
   Revision 1.10  2004/06/12 13:23:17  michael