blob: a40dfecbdf5b603e30ef6820199ddc6adbca02f3 (
plain)
1
2
3
4
5
6
7
8
|
/* $OpenBSD: regmagic.h,v 1.2 1996/07/24 05:39:12 downsj Exp $ */
/* $Id: regmagic.h,v 1.2 1996/07/24 05:39:12 downsj 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
|