home *** CD-ROM | disk | FTP | other *** search
/ BURKS 2 / BURKS_AUG97.ISO / BURKS / SOFTWARE / SOURCES / MAWK11AS.ZIP / MACINTOS / NOTES (.txt) next >
Text File  |  1991-12-18  |  475b  |  15 lines

  1.  
  2. The port of mawk to the Mac is the work of an anonymous
  3. reviewer for comp.sources.reviewed.
  4.  
  5. The parse.c and parse.h provided in the distribution won't
  6. work because the data exceeds 32K, so you need to make
  7. parse.c with a different yacc parser.  Options and how
  8. to do it are in the unix Makefile.
  9.  
  10. (The parse.c in 1.1 might work as the data is smaller.  I
  11. don't have access to MAC.  Feedback on this is welcome.)
  12.  
  13.  
  14. system() and pipes are missing from MacMAWK.
  15.