Parcourir la source

+ added support for macos

olle il y a 20 ans
Parent
commit
b78d92b99d
1 fichiers modifiés avec 7 ajouts et 1 suppressions
  1. 7 1
      compiler/utils/msg2inc.pp

+ 7 - 1
compiler/utils/msg2inc.pp

@@ -27,6 +27,9 @@ uses
 {$ifdef morphos}
   {$define EOL_ONE_CHAR}
 {$endif}
+{$ifdef macos}
+  {$define EOL_ONE_CHAR}
+{$endif}
 
 const
   version='1.00';
@@ -813,7 +816,10 @@ begin
 end.
 {
   $Log$
-  Revision 1.13  2005-01-09 16:13:09  peter
+  Revision 1.14  2005-01-24 17:41:57  olle
+    + added support for macos
+
+  Revision 1.13  2005/01/09 16:13:09  peter
     * don't force to add .tex
 
   Revision 1.12  2004/06/06 15:39:49  karoly