home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / xap / xfm / xfm-1.000 / xfm-1 / xfm-1.3.2 / regexp / regmagic.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-04-04  |  153 b   |  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.