diff options
Diffstat (limited to 'listing.c')
-rw-r--r-- | listing.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -123,7 +123,9 @@ SOFTWARE. #define lowbit(x) ((x) & (-(x))) +#ifdef DEBUG unsigned int listingDebug; +#endif static int szListing = 0; static int nListed = 0; |