Constness and global namespace patrol.
[pspp-builds.git] / src / language / lexer / lexer.c
index a8a6cffc1745a532ec38e045cf28448fbae85bc1..452eb7e7beee0ca91471022b42ecf3cd8c05d9ea 100644 (file)
 */
 
 \f
-/* Global variables. */
-
-extern const char *keywords[T_N_KEYWORDS + 1];
-
-
 /* Current token. */
 int token;
 
@@ -859,7 +854,7 @@ lex_token_name (int token)
       return t;
     }
 
-  return _("<ERROR>");
+  NOT_REACHED ();
 }
 
 /* Returns an ASCII representation of the current token as a