home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / INTERNET / HTML / TEX2RTF / SOURCES.ZIP / TOOLS / LACHECK / README < prev   
Encoding:
Text File  |  1991-06-27  |  195 b   |  13 lines

  1. To compile this under MSDOS, comment out
  2.  
  3. #include<sys/param.h>
  4. extern char *realloc();
  5.  
  6. and then using Gnu FLEX and MS C:
  7.  
  8. flex lacheck.lex
  9. mv lexyy.c lacheck.c
  10. cl lacheck.c
  11.  
  12. Voila!
  13.