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