Skip to content

Commit

Permalink
Fixed definition of YYDEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
hvhaugwitz committed May 20, 2013
1 parent c1c9ea9 commit 16ed855
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
feature request 1502032)
* Added new 'database_attrs' option
* configure.in: fixed compilation with selinux
* src/conf_lex.l, src/db_lex.l: fixed definition of YYDEBUG

2013-05-18 Hannes von Haugwitz <[email protected]>
* configure.in: removed check for 'libcrypt'
Expand Down
2 changes: 1 addition & 1 deletion src/conf_lex.l
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ EX [" "\t]*

%{

#define YYDEBUG
#define YYDEBUG 1

/*
* Copyright (C) 1999-2002,2004-2006,2010-2013 Rami Lehti, Pablo
Expand Down
6 changes: 3 additions & 3 deletions src/db_lex.l
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ extern YYSTYPE yylval;

/* aide, Advanced Intrusion Detection Environment
*
* Copyright (C) 1999-2002,2005,2010 Rami Lehti,Pablo Virolainen,
* Richard van den Berg
* Copyright (C) 1999-2002,2005,2010,2013 Rami Lehti,Pablo Virolainen,
* Richard van den Berg, Hannes von Haugwitz
* $Header$
*
* This program is free software; you can redistribute it and/or
Expand All @@ -45,7 +45,7 @@ extern YYSTYPE yylval;
#define YY_DECL int db_scan(void)


#define YYDEBUG
#define YYDEBUG 1

#include "aide.h"
#include "conf_yacc.h"
Expand Down

0 comments on commit 16ed855

Please sign in to comment.