Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
661 B

  1. /*
  2. * NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE
  3. *
  4. * This is NOT the original regular expression code as written by
  5. * Henry Spencer. This code has been modified specifically for use
  6. * with the STEVIE editor, and should not be used apart from compiling
  7. * STEVIE. If you want a good regular expression library, get the
  8. * original code. The copyright notice that follows is from the
  9. * original.
  10. *
  11. * NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE
  12. *
  13. * The first byte of the regexp internal "program" is actually this magic
  14. * number; the start node begins in the second byte.
  15. */
  16. #define MAGIC 0234