these should be generated with byacc, not bison
This commit is contained in:
2730
sudo.tab.c
2730
sudo.tab.c
File diff suppressed because it is too large
Load Diff
14
sudo.tab.h
14
sudo.tab.h
@@ -1,9 +1,3 @@
|
|||||||
typedef union {
|
|
||||||
char *string;
|
|
||||||
int BOOLEAN;
|
|
||||||
struct sudo_command command;
|
|
||||||
int tok;
|
|
||||||
} YYSTYPE;
|
|
||||||
#define COMMAND 257
|
#define COMMAND 257
|
||||||
#define ALIAS 258
|
#define ALIAS 258
|
||||||
#define NTWKADDR 259
|
#define NTWKADDR 259
|
||||||
@@ -21,6 +15,10 @@ typedef union {
|
|||||||
#define USERALIAS 271
|
#define USERALIAS 271
|
||||||
#define RUNASALIAS 272
|
#define RUNASALIAS 272
|
||||||
#define ERROR 273
|
#define ERROR 273
|
||||||
|
typedef union {
|
||||||
|
char *string;
|
||||||
|
int BOOLEAN;
|
||||||
|
struct sudo_command command;
|
||||||
|
int tok;
|
||||||
|
} YYSTYPE;
|
||||||
extern YYSTYPE yylval;
|
extern YYSTYPE yylval;
|
||||||
|
Reference in New Issue
Block a user