aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppexp.c
diff options
context:
space:
mode:
authorHerman ten Brugge <herman@htbrug.net.HCC.nl>1998-01-13 22:45:28 +0100
committerJeff Law <law@gcc.gnu.org>1998-01-13 14:45:28 -0700
commita3aa3d8c2c1d5551389125a3ee37f4e47c75de3d (patch)
treea13ea1374fb5460103c76a031334d43c99493475 /gcc/cppexp.c
parent8b496c8d2ecc811ff433810f65a1948ddd1646d0 (diff)
downloadgcc-a3aa3d8c2c1d5551389125a3ee37f4e47c75de3d.zip
gcc-a3aa3d8c2c1d5551389125a3ee37f4e47c75de3d.tar.gz
gcc-a3aa3d8c2c1d5551389125a3ee37f4e47c75de3d.tar.bz2
* cppexp.c: Include gansidecl.h
From-SVN: r17350
Diffstat (limited to 'gcc/cppexp.c')
-rw-r--r--gcc/cppexp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/cppexp.c b/gcc/cppexp.c
index 0a68df4..bbb43ac 100644
--- a/gcc/cppexp.c
+++ b/gcc/cppexp.c
@@ -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));