File: Cregexp_magic.h

package info (click to toggle)
dpm-postgres 1.7.4.7-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 13,788 kB
  • ctags: 10,782
  • sloc: ansic: 146,136; sh: 13,362; perl: 11,142; python: 5,529; cpp: 5,113; sql: 1,790; makefile: 955; fortran: 113
file content (18 lines) | stat: -rw-r--r-- 365 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * $Id: Cregexp_magic.h,v 1.1 2005/03/29 11:06:41 baud Exp $
 */

#ifndef __Cregexp_magic_h
#define __Cregexp_magic_h

/*
 * The first byte of the regexp internal "program" is actually this magic
 * number; the start node begins in the second byte.
 */

#ifdef CREGEXP_MAGIC
#undef CREGEXP_MAGIC
#endif
#define	CREGEXP_MAGIC 0234

#endif /* __Cregexp_magic_h */