5 extern int last_putchar
;
7 /* Defining DEBUG_THIS before including this file enables debug() macro
8 * for the file. DEBUG_ALL is for global control. */
10 #if DEBUG_THIS || DEBUG_ALL
18 ((last_putchar=='\n' ? printf("%s: ", __FUNCTION__) : 0), \
20 # define debug_hexdump hexdump
22 # define debug(...) /* nothing */
23 # define debug_hexdump(...) /* nothing */