mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-01 14:55:10 +00: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:
@@ -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 <string.h>
|
||||||
#include <aalogparse.h>
|
#include <aalogparse.h>
|
||||||
#include "parser.h"
|
#include "parser.h"
|
||||||
|
Reference in New Issue
Block a user