1*41352Sbostic /*
2*41352Sbostic  * The first byte of the regexp internal "program" is actually this magic
3*41352Sbostic  * number; the start node begins in the second byte.
4*41352Sbostic  */
5*41352Sbostic #define	MAGIC	0234
6