diff options
-rw-r--r-- | bpf_parser.y | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bpf_parser.y b/bpf_parser.y index 73ab099..4e50a94 100644 --- a/bpf_parser.y +++ b/bpf_parser.y @@ -38,9 +38,7 @@ static char *labels_k[BPF_MAXINSNS]; #define YYERROR_VERBOSE 0 #define YYDEBUG 0 -#define YYENABLE_NLS 1 #define YYLTYPE_IS_TRIVIAL 1 -#define ENABLE_NLS 1 extern FILE *yyin; extern int yylex(void); |