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