home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 1 / GoldFishApril1994_CD1.img / d1xx / d179 / regexp / regmagic.h < prev    next >
Text File  |  1989-02-25  |  153b  |  6 lines

  1. /*
  2.  * The first byte of the regexp internal "program" is actually this magic
  3.  * number; the start node begins in the second byte.
  4.  */
  5. #define    MAGIC    0234
  6.