mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Remove manual YYDEBUG define in grammar.y
The generated grammar.h already sets the correct YYDEBUG value regardless of whether parse.trace is defined Signed-off-by: Ryan Lee <ryan.lee@canonical.com>
This commit is contained in:
parent
dba7669443
commit
7ff045583d
1 changed files with 0 additions and 8 deletions
|
@ -24,14 +24,6 @@
|
|||
|
||||
%{
|
||||
|
||||
/* set the following to non-zero to get bison to emit debugging
|
||||
* information about tokens given and rules matched.
|
||||
* Also:
|
||||
* Uncomment the %defines
|
||||
* parse.error
|
||||
* parse.trace
|
||||
*/
|
||||
#define YYDEBUG 0
|
||||
#include <string.h>
|
||||
#include <aalogparse.h>
|
||||
#include "parser.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue