summaryrefslogtreecommitdiffstats
path: root/src/parser_bison.y
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser_bison.y')
-rw-r--r--src/parser_bison.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parser_bison.y b/src/parser_bison.y
index 7016f5b2..ebcdba5c 100644
--- a/src/parser_bison.y
+++ b/src/parser_bison.y
@@ -121,9 +121,9 @@ static void location_update(struct location *loc, struct location *rhs, int n)
%initial-action {
location_init(scanner, state, &yylloc);
- if (nft->debug_mask & DEBUG_SCANNER)
+ if (nft->debug_mask & NFT_DEBUG_SCANNER)
nft_set_debug(1, scanner);
- if (nft->debug_mask & DEBUG_PARSER)
+ if (nft->debug_mask & NFT_DEBUG_PARSER)
yydebug = 1;
}