blob: 9c7b263006c6dcee554c7d62b37660a23cea1ae7 (
plain)
1
2
3
4
5
6
7
|
/* $Id: regmagic.h,v 1.1 1995/10/18 08:42:35 deraadt Exp $ */
/*
* The first byte of the regexp internal "program" is actually this magic
* number; the start node begins in the second byte.
*/
#define MAGIC 0234
|