CVSROOT: /sources/m4 Module name: m4 Changes by: Eric Blake <ericb> 06/09/05 16:58:02
Index: m4/input.c =================================================================== RCS file: /sources/m4/m4/m4/input.c,v retrieving revision 1.44 retrieving revision 1.45 diff -u -b -r1.44 -r1.45 --- m4/input.c 23 Aug 2006 11:39:26 -0000 1.44 +++ m4/input.c 5 Sep 2006 16:58:02 -0000 1.45 @@ -955,8 +955,6 @@ #ifdef DEBUG_INPUT -static void lex_debug (void); - int m4_print_token (const char *s, m4__token_type type, m4_symbol_value *token) { @@ -993,14 +991,4 @@ } return 0; } - -static void -lex_debug (void) -{ - m4__token_type type; - m4_symbol_value token; - - while ((type = next_token (&token)) != NULL) - m4_print_token ("lex", type, &token); -} #endif