diff options
Diffstat (limited to 'listing.c')
-rw-r--r-- | listing.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |