identifier: Rename token_type_to_string() and make a new version.
[pspp-builds.git] / src / data / identifier.h
index fe030d1c08ffb680cfe4f48855a50583912fb742..bf20f9cc912dad0c8405b6a6bbd77a7e6b8bb520 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 1997-9, 2000, 2010 Free Software Foundation, Inc.
+   Copyright (C) 1997-9, 2000, 2010, 2011 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -68,6 +68,7 @@ enum token_type
 #undef TOKEN_TYPE
   };
 
+const char *token_type_to_name (enum token_type);
 const char *token_type_to_string (enum token_type);
 
 /* Tokens. */