Home | History | Annotate | Line # | Download | only in regexp
regmagic.h revision 1.1
      1  1.1  cgd /*
      2  1.1  cgd  * The first byte of the regexp internal "program" is actually this magic
      3  1.1  cgd  * number; the start node begins in the second byte.
      4  1.1  cgd  */
      5  1.1  cgd #define	MAGIC	0234
      6