home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / tools / libs / regexp / original / regmagic.h < prev   
Encoding:
C/C++ Source or Header  |  1998-02-19  |  218 b   |  8 lines

  1. /*    $NetBSD: regmagic.h,v 1.3 1997/10/09 10:21:24 lukem Exp $ */
  2.  
  3. /*
  4.  * The first byte of the regexp internal "program" is actually this magic
  5.  * number; the start node begins in the second byte.
  6.  */
  7. #define    MAGIC    0234
  8.