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 >
Text File  |  1995-03-26  |  806b  |  33 lines

  1. Changes for GFTODVI.CH by Andreas Scherer, March 26, 1995.
  2.  
  3. @x l.57
  4. @d banner=='This is GFtoDVI, Version 3.0' {more is printed later}
  5. @y
  6. @d banner=='This is GFtoDVI, Version 3.0' {more is printed later}
  7.  
  8. @d amiga==ifdef('_AMIGA')
  9. @d agima==endif('_AMIGA')
  10. @z
  11.  
  12. @x l.87
  13. @p program GF_to_DVI;
  14. @y
  15. @p program GF_to_DVI;
  16.  
  17. amiga@;
  18. @=#include "gftodvi.version";@>
  19. agima@;
  20. @z
  21.  
  22. The Amiga conventions for path delimiters are slightly more complicated
  23. than the UNIX syntax.  There are `directory separators', i.e., slashes,
  24. and `device separators', i.e., colons.  I would have liked to use the
  25. `amiga/agima' defines as well, but Web2C introduces a superfluous (and
  26. errornous) semicolon.  Probably, this extension won't hurt UNIX anyway.
  27.  
  28. @x l.447
  29. else  begin if (c="/") then
  30. @y
  31. else  begin if (c="/")or(c=":") then
  32. @z
  33.