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