diff options
Diffstat (limited to 'gcc/cp')
| -rw-r--r-- | gcc/cp/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/cp/expr.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index f703089..f8b6036 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +1999-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * expr.c: Include tm_p.h. + 1999-10-21 Mark Mitchell <mark@codesourcery.com> * cp-tree.h (SCOPE_PARTIAL_P): New macro. diff --git a/gcc/cp/expr.c b/gcc/cp/expr.c index 9556cac..6a3637b 100644 --- a/gcc/cp/expr.c +++ b/gcc/cp/expr.c @@ -29,6 +29,7 @@ Boston, MA 02111-1307, USA. */ #include "cp-tree.h" #include "toplev.h" #include "except.h" +#include "tm_p.h" #if 0 static tree extract_aggr_init PROTO((tree, tree)); |
