source: vendor/emx/current/src/regexp/regmagic.h

Last change on this file was 18, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 153 bytes
Line 
1/*
2 * The first byte of the regexp internal "program" is actually this magic
3 * number; the start node begins in the second byte.
4 */
5#define MAGIC 0234
Note: See TracBrowser for help on using the repository browser.