xref: /minix3/minix/commands/cawf/regmagic.h (revision 433d6423c39e34ec4b79c950597bb2d236f886be)
1*433d6423SLionel Sambuc /*
2*433d6423SLionel Sambuc  * The first byte of the regexp internal "program" is actually this magic
3*433d6423SLionel Sambuc  * number; the start node begins in the second byte.
4*433d6423SLionel Sambuc  */
5*433d6423SLionel Sambuc #define	MAGIC	0234
6