home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dream 45
/
Amiga_Dream_45.iso
/
Amiga
/
Magazine
/
Dossier-LaTeX
/
AmiWeb2C.lha
/
source
/
web2c-6.1
/
web2c
/
fontutil
/
gftodvi.chch
next >
Wrap
Text File
|
1995-03-26
|
806b
|
33 lines
Changes for GFTODVI.CH by Andreas Scherer, March 26, 1995.
@x l.57
@d banner=='This is GFtoDVI, Version 3.0' {more is printed later}
@y
@d banner=='This is GFtoDVI, Version 3.0' {more is printed later}
@d amiga==ifdef('_AMIGA')
@d agima==endif('_AMIGA')
@z
@x l.87
@p program GF_to_DVI;
@y
@p program GF_to_DVI;
amiga@;
@=#include "gftodvi.version";@>
agima@;
@z
The Amiga conventions for path delimiters are slightly more complicated
than the UNIX syntax. There are `directory separators', i.e., slashes,
and `device separators', i.e., colons. I would have liked to use the
`amiga/agima' defines as well, but Web2C introduces a superfluous (and
errornous) semicolon. Probably, this extension won't hurt UNIX anyway.
@x l.447
else begin if (c="/") then
@y
else begin if (c="/")or(c=":") then
@z