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