]> granicus.if.org Git - sudo/commitdiff
can't have #ifdef's where N is defined so just do this the
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 31 Mar 1995 23:11:44 +0000 (23:11 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 31 Mar 1995 23:11:44 +0000 (23:11 +0000)
broken way for AIX

parse.lex

index 2e985c98f12a3218ad40774247b77b6e512c629e..8131e606a2f5cdbe5ae520dd5ec6d527d58a2677 100644 (file)
--- a/parse.lex
+++ b/parse.lex
@@ -56,11 +56,7 @@ extern void parser_cleanup __P((void));
 #endif
 %}
 
-#ifdef _AIX
 N                      [0-9][0-9]?[0-9]?
-#else
-N                      [0-9]{1,3}
-#endif /* broken AIX lex */
 
 %e     4000
 %p     6000