home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / ntcode / grep16 / readme.doc < prev    next >
Encoding:
Text File  |  1995-05-19  |  406 b   |  15 lines

  1. I added the cpp[i] = 0 patch in dfa.c and added these two lines to grep.c:
  2. #include <io.h>
  3. #undef eof
  4.  
  5. I use the standard NT makefile template, define STDC_HEADERS, link with
  6. setargv, and it compiles and runs.
  7.  
  8. I converted the man page.
  9.  
  10. The exes that are included are for the MIPS processor.
  11.  
  12. I believe in the fewer the changes the better.
  13.  
  14. NT port by Michael Caldwell (mcaldwel@netcom.com)
  15.