]> gcc.gnu.org Git - gcc.git/commitdiff
* cppexp.c: Include gansidecl.h
authorHerman ten Brugge <herman@htbrug.net.HCC.nl>
Tue, 13 Jan 1998 21:45:28 +0000 (22:45 +0100)
committerJeff Law <law@gcc.gnu.org>
Tue, 13 Jan 1998 21:45:28 +0000 (14:45 -0700)
From-SVN: r17350

gcc/ChangeLog
gcc/cppexp.c

index 4b876f986a8d6d41f745ac2a4653cd7554cda3b0..ba1b6aed7144998e191b40731e0af4534013ceed 100644 (file)
@@ -1,3 +1,7 @@
+Tue Jan 13 22:47:02 1998  Herman ten Brugge <herman@htbrug.net.HCC.nl>
+
+       * cppexp.c: Include gansidecl.h
+
 Tue Jan 13 22:43:35 1998  Ian Lance Taylor  <ian@cygnus.com>
 
        * svr4.h (LINK_SPEC): Never specify -h.
index 0a68df4c3e1b87988dc4e9288c1f73446eac184b..bbb43ac3d368e49b60738ad7ebed1921e006996c 100644 (file)
@@ -1,5 +1,5 @@
 /* Parse C expressions for CCCP.
-   Copyright (C) 1987, 1992, 1994, 1995, 1997 Free Software Foundation.
+   Copyright (C) 1987, 1992, 1994, 1995, 1997, 1998 Free Software Foundation.
 
 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 the
@@ -26,6 +26,7 @@ Written by Per Bothner 1994.  */
    
 #include "config.h"
 #include "cpplib.h"
+#include "gansidecl.h"
 
 extern char *xmalloc PARAMS ((unsigned));
 extern char *xrealloc PARAMS ((void *, unsigned));
This page took 0.071978 seconds and 5 git commands to generate.