xref: /netbsd-src/lib/libcompat/regexp/regmagic.h (revision 61f282557f0bc41c0b762c629a2f4c14be8b7591)
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