diff options
Diffstat (limited to 'gcc/cpphash.c')
-rw-r--r-- | gcc/cpphash.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/cpphash.c b/gcc/cpphash.c index fc2b8ff..863240b 100644 --- a/gcc/cpphash.c +++ b/gcc/cpphash.c @@ -27,6 +27,7 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "system.h" #include "cpplib.h" #include "cpphash.h" +#include "version.h" #undef abort static unsigned int hashf PARAMS ((const U_CHAR *, int)); @@ -45,8 +46,6 @@ static void special_symbol PARAMS ((HASHNODE *, cpp_reader *)); #define CPP_IS_MACRO_BUFFER(PBUF) ((PBUF)->data != NULL) #define FORWARD(N) CPP_FORWARD (CPP_BUFFER (pfile), (N)) -extern char *version_string; - /* The arglist structure is built by create_definition to tell collect_expansion where the argument names begin. That is, for a define like "#define f(x,y,z) foo+x-bar*y", the arglist |