+ added support for macos

This commit is contained in:
olle 2005-01-24 17:41:57 +00:00
parent 445fe79686
commit b78d92b99d

View File

@ -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