mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-21 23:29:16 +00:00
784e3de7cd
passwd, ps, purge, shutdown, stty, upper, and vi. These sources are for the versions of the utils shipped with GNO v2.0.4.
17 lines
655 B
C
17 lines
655 B
C
/*
|
|
* NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE
|
|
*
|
|
* This is NOT the original regular expression code as written by
|
|
* Henry Spencer. This code has been modified specifically for use
|
|
* with the STEVIE editor, and should not be used apart from compiling
|
|
* STEVIE. If you want a good regular expression library, get the
|
|
* original code. The copyright notice that follows is from the
|
|
* original.
|
|
*
|
|
* NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE
|
|
*
|
|
* The first byte of the regexp internal "program" is actually this magic
|
|
* number; the start node begins in the second byte.
|
|
*/
|
|
#define MAGIC 0234
|