xref: /netbsd-src/lib/libcompat/regexp/regmagic.h (revision 4b30c543a0b21e3ba94f2c569e9a82b4fdb2075f)
1 /*	$Id: regmagic.h,v 1.2 1993/08/02 17:49:32 mycroft 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