home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Moscow ML 1.42 / src / tools / make-jumptbl next >
Encoding:
Text File  |  1997-08-18  |  163 b   |  4 lines  |  [TEXT/R*ch]

  1. /^  /           { printf("  &&lbl_%s\n", $1); ninstr++; }
  2. /^}/            { for (i = ninstr; i < 256; i++) { print ", &&lbl_EVENT"; }
  3.                   exit(0); }
  4.