home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / indent-1.9.1-base.tgz / indent-1.9.1-base.tar / fsf / indent / VMS-README < prev   
Text File  |  1994-01-29  |  1KB  |  35 lines

  1. The code for indent under VMS was contributed by MEHRDAD@glum.dev.cf.ac.uk
  2.  
  3. The rest of this file describes how to build indent under VMS.
  4.  
  5.  
  6.  
  7. If you are using GCC, you should run GNUC-MAKE.COM.
  8.  
  9. If you have VAXC on your machine, run VAXC-MAKE.COM, to create
  10. indent.exe.  When compiling INDENT sources, VAXC will issue warning
  11. messages about the length of some external identifiers. You can
  12. ignore these warnings.
  13.  
  14. Set up symbol INDENT as a foreign command, for example:
  15.  
  16.     INDENT :== "$DUA0:[INDENT-DIR]INDENT.EXE"
  17.  
  18. POSSIBLE PROBLEMS
  19.  
  20. The function for reading, `read', is defined by the macro SYS_READ.
  21. By default under VMS, this is defined to be the functions `vms_read'
  22. defined in io.c.
  23.  
  24. People have sent me various versions of this function, with differring
  25. semantics.  I have no way of testing these, so I have done my best to
  26. 1) ensure the correctness of the function, and 2) use the algorithm
  27. most folks seem to suggest.
  28.  
  29.  
  30. If you experience problems in the read function, you might try using
  31. the plain, system read.  You can also sent me a bug report, if you
  32. think you have a clue to the problem.  See the section for reporting
  33. bugs.
  34.  
  35.