Do not enable yacc trace facility unconditionally
Define DEBUG and set yydebug if you want that. Signed-off-by: Ran Benita <ran234@gmail.com>master
parent
913e0740cb
commit
b08629f92b
|
@ -30,7 +30,6 @@
|
|||
#include "xkbpath.h"
|
||||
#include "keycodes.h"
|
||||
#include "misc.h"
|
||||
#include <X11/keysym.h>
|
||||
#include "parseutils.h"
|
||||
|
||||
/***====================================================================***/
|
||||
|
|
|
@ -25,10 +25,10 @@
|
|||
********************************************************/
|
||||
|
||||
%{
|
||||
#define DEBUG 1
|
||||
#ifdef DEBUG
|
||||
#define YYDEBUG 1
|
||||
#define YYDEBUG 1
|
||||
#endif
|
||||
|
||||
#include "parseutils.h"
|
||||
#include "xkbmisc.h"
|
||||
#include <X11/keysym.h>
|
||||
|
|
Loading…
Reference in New Issue