Browse Source

+ added support for macos

olle 20 years ago
parent
commit
b78d92b99d
1 changed files with 7 additions and 1 deletions
  1. 7 1
      compiler/utils/msg2inc.pp

+ 7 - 1
compiler/utils/msg2inc.pp

@@ -27,6 +27,9 @@ uses
 {$ifdef morphos}
 {$ifdef morphos}
   {$define EOL_ONE_CHAR}
   {$define EOL_ONE_CHAR}
 {$endif}
 {$endif}
+{$ifdef macos}
+  {$define EOL_ONE_CHAR}
+{$endif}
 
 
 const
 const
   version='1.00';
   version='1.00';
@@ -813,7 +816,10 @@ begin
 end.
 end.
 {
 {
   $Log$
   $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
     * don't force to add .tex
 
 
   Revision 1.12  2004/06/06 15:39:49  karoly
   Revision 1.12  2004/06/06 15:39:49  karoly