summaryrefslogtreecommitdiff
path: root/listing.c
diff options
context:
space:
mode:
Diffstat (limited to 'listing.c')
-rw-r--r--listing.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/listing.c b/listing.c
index 996fdf2..146ecba 100644
--- a/listing.c
+++ b/listing.c
@@ -80,7 +80,6 @@ SOFTWARE.
#include <malloc.h>
#endif
-#define DEBUG_VAR_NOT_LOCAL
#define DEBUG_VAR listingDebug
#include "xkbcomp.h"
#include <stdlib.h>
@@ -126,6 +125,8 @@ SOFTWARE.
#define lowbit(x) ((x) & (-(x)))
+unsigned int listingDebug;
+
static int szListing = 0;
static int nListed = 0;
static int nFilesListed = 0;