Remove unused debug #defines

Signed-off-by: Ran Benita <ran234@gmail.com>
master
Ran Benita 2012-02-24 10:04:16 +02:00
parent 1ab058bbb3
commit 9ad0be3358
1 changed files with 0 additions and 11 deletions

View File

@ -36,17 +36,6 @@ extern int lineNum;
extern XkbFile *rtrnValue;
#ifdef DEBUG
#define d(str) fprintf(stderr,"%s\n",str);
#define d1(str,a) fprintf(stderr,str,a);
#define d2(str,a,b) fprintf(stderr,str,a,b);
#else
#define d(str)
#define d1(str,a)
#define d2(str,a,b)
#endif
extern ParseCommon *AppendStmt(ParseCommon * /* to */ ,
ParseCommon * /* append */
);