1*e37aec67Slukem /* $NetBSD: regmagic.h,v 1.3 1997/10/09 10:21:24 lukem Exp $ */ 2aee4b07bSmycroft 361f28255Scgd /* 461f28255Scgd * The first byte of the regexp internal "program" is actually this magic 561f28255Scgd * number; the start node begins in the second byte. 661f28255Scgd */ 761f28255Scgd #define MAGIC 0234 8