3065 some functions in the tcp module can be static
[unleashed.git] / usr / src / cmd / man / src / util / instant.src / tptregexp / regmagic.h
blob404f66d5794ea10f6c4c1b77c4c1cbbcf32dedaf
1 /*
2 * The first byte of the regexp internal "program" is actually this magic
3 * number; the start node begins in the second byte.
4 */
5 #define MAGIC 0234
6 #pragma ident "%Z%%M% %I% %E% SMI"