regmagic.h revision 7c478bd95313f5f23a4c958a745db2134aa03244
/*
* The first byte of the regexp internal "program" is actually this magic
* number; the start node begins in the second byte.
*/
#define MAGIC 0234
#pragma ident "%Z%%M% %I% %E% SMI"