Start work on fixing MATCH FILES.
[pspp-builds.git] / src / q2c.c
index 7af81865ad663b4808aea707976b7b4223979156..6318edd395fe1a53a057d01aee289bc9b91b60a0 100644 (file)
--- a/src/q2c.c
+++ b/src/q2c.c
@@ -342,14 +342,11 @@ find_symbol (int x)
 #if DEBUGGING 
 /* Writes a printable representation of the current token to
    stdout. */
-void
+static void
 dump_token (void)
 {
   switch (token)
     {
-    case T_TSTRING:
-      printf ("TR_STRING\t\"%s\"\n", tokstr);
-      break;
     case T_STRING:
       printf ("STRING\t\"%s\"\n", tokstr);
       break;