diff options
author | millaway <millaway> | 2002-03-18 07:50:28 +0000 |
---|---|---|
committer | millaway <millaway> | 2002-03-18 07:50:28 +0000 |
commit | ec664b3f1b616e63336a976b8322d6edf41f687a (patch) | |
tree | cf5cd71c72282f4f46781920511a241f0a22c7e9 /options.h | |
parent | b33a4821348885f06e55d0493ec83a3ee88b1b51 (diff) | |
download | flex-ec664b3f1b616e63336a976b8322d6edf41f687a.tar.gz |
Removed CFront 1.2 -specific code from skeleton, because CFront now defines __cplusplus properly.
Removed TurboC-specific code from skeleton.
Skeleton now includes proper C++ standard headers.
Relocated "unistd.h" code after user section 1 to allow user to overrid it.
New option "nounistd" to suppress unistd.h from being included.
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -79,6 +79,7 @@ enum flexopt_flag_t { OPT_STDINIT, OPT_STDOUT, OPT_TRACE, + OPT_NO_UNISTD_H, OPT_VERBOSE, OPT_VERSION, OPT_WARN, |