Explorar el Código

+ tos also has short filenames

carl hace 23 años
padre
commit
3113922e0b
Se han modificado 1 ficheros con 7 adiciones y 1 borrados
  1. 7 1
      compiler/fmodule.pas

+ 7 - 1
compiler/fmodule.pas

@@ -27,6 +27,9 @@ unit fmodule;
 {$ifdef go32v2}
 {$ifdef go32v2}
   {$define shortasmprefix}
   {$define shortasmprefix}
 {$endif}
 {$endif}
+{$ifdef tos}
+  {$define shortasmprefix}
+{$endif}
 {$ifdef OS2}
 {$ifdef OS2}
   { Allthough OS/2 supports long filenames I play it safe and
   { Allthough OS/2 supports long filenames I play it safe and
     use 8.3 filenames, because this allows the compiler to run
     use 8.3 filenames, because this allows the compiler to run
@@ -606,7 +609,10 @@ uses
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.29  2002-11-20 12:36:23  mazen
+  Revision 1.30  2002-11-24 18:19:56  carl
+    + tos also has short filenames
+
+  Revision 1.29  2002/11/20 12:36:23  mazen
   * $UNITPATH directive is now working
   * $UNITPATH directive is now working
 
 
   Revision 1.28  2002/09/05 19:29:42  peter
   Revision 1.28  2002/09/05 19:29:42  peter