X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fidentifier.h;h=bf20f9cc912dad0c8405b6a6bbd77a7e6b8bb520;hb=1b3322acf30d531cefe3cdbf7287ec8cde601bcd;hp=fe030d1c08ffb680cfe4f48855a50583912fb742;hpb=9d1d71e732eeed85ca3002b264e1269cdd005a3f;p=pspp-builds.git diff --git a/src/data/identifier.h b/src/data/identifier.h index fe030d1c..bf20f9cc 100644 --- a/src/data/identifier.h +++ b/src/data/identifier.h @@ -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. */