missing \ causes -DDEBUG compile failure..
closes PR 696 Submitted by: me@freebsd.org
This commit is contained in:
parent
feb1b301ec
commit
0c4276b066
@ -44,7 +44,7 @@ static char *debugFuncs[256];
|
||||
# define ENTER(proc) { \
|
||||
debugFuncs[debugDepth] = proc; \
|
||||
fprintf(stderr, "ENTER(%d:%s.%s)\n", \
|
||||
debugDepth, DEBUG,
|
||||
debugDepth, DEBUG, \
|
||||
debugFuncs[debugDepth]); \
|
||||
debugDepth++; \
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user