parent
afa34f3d2f
commit
5fb494eca9
|
@ -633,24 +633,6 @@ BAIL:
|
|||
return NULL;
|
||||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
void
|
||||
PrintStmtAddrs(ParseCommon * stmt)
|
||||
{
|
||||
fprintf(stderr, "0x%x", stmt);
|
||||
if (stmt)
|
||||
{
|
||||
do
|
||||
{
|
||||
fprintf(stderr, "->0x%x", stmt->next);
|
||||
stmt = stmt->next;
|
||||
}
|
||||
while (stmt);
|
||||
}
|
||||
fprintf(stderr, "\n");
|
||||
}
|
||||
#endif
|
||||
|
||||
void
|
||||
CheckDefaultMap(XkbFile * maps, const char *fileName)
|
||||
{
|
||||
|
|
|
@ -113,11 +113,6 @@ IncludeCreate(char *str, unsigned merge);
|
|||
extern unsigned
|
||||
StmtSetMerge(ParseCommon *stmt, unsigned merge, YYLTYPE *loc, void *scanner);
|
||||
|
||||
#ifdef DEBUG
|
||||
extern void
|
||||
PrintStmtAddrs(ParseCommon *stmt);
|
||||
#endif
|
||||
|
||||
extern void
|
||||
CheckDefaultMap(XkbFile *maps, const char *fileName);
|
||||
|
||||
|
|
Loading…
Reference in New Issue