summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorJohn Millaway <john43@users.sourceforge.net>2002-07-12 16:21:55 +0000
committerJohn Millaway <john43@users.sourceforge.net>2002-07-12 16:21:55 +0000
commit111dbf8aa2ca776f325a36d40a0133fb1b16227f (patch)
tree132f76ffdb8debc1601058986565b7230a6041fa /main.c
parenta333f71ba29c44d23efaf8517fa6117ec999bd33 (diff)
Fixed POSIXLY_CORRECT detection in scanner.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index c0d2142..7717637 100644
--- a/main.c
+++ b/main.c
@@ -1427,12 +1427,12 @@ void readin()
* posiz, AND check for conflicting options. How far should we go
* with this? Should we disable all the neat-o flex features?
*/
+ /* Update: Estes says no, since other flex features don't violate posix. */
}
if ( getenv("POSIXLY_CORRECT") )
{
posix_compat = true;
- /* TODO: See TODO comment above */
}
if ( backing_up_report )