2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-30 22:05:46 +00:00

can't have #ifdef's where N is defined so just do this the

broken way for AIX
This commit is contained in:
Todd C. Miller
1995-03-31 23:11:44 +00:00
parent f104cc2dd1
commit 2bc423cab9

View File

@@ -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