mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-12-31 21:59:11 +03:00
Avoid warnings while generating the parser
This commit is contained in:
committed by
Felipe Zimmerle
parent
bedc9a1eb0
commit
fa877bd5fc
@@ -1,6 +1,8 @@
|
||||
|
||||
noinst_LTLIBRARIES = libmodsec_parser.la
|
||||
|
||||
AM_YFLAGS = $(CUSTOM_YFLAGS)
|
||||
|
||||
BUILT_SOURCES = \
|
||||
seclang-parser.cc \
|
||||
test.cc
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%skeleton "lalr1.cc" /* -*- C++ -*- */
|
||||
%require "3.0.2"
|
||||
%defines
|
||||
%define parser_class_name {seclang_parser}
|
||||
%define api.parser.class {seclang_parser}
|
||||
%define api.token.constructor
|
||||
%define api.value.type variant
|
||||
//%define api.namespace {modsecurity::yy}
|
||||
|
||||
Reference in New Issue
Block a user