diff options
author | Manuel López-Ibáñez <manu@gcc.gnu.org> | 2010-07-03 21:17:46 +0000 |
---|---|---|
committer | Manuel López-Ibáñez <manu@gcc.gnu.org> | 2010-07-03 21:17:46 +0000 |
commit | 4d451982e36b1f5a7a8412d9fb36924699aeb223 (patch) | |
tree | d86d7f443aa6e8ad1a79e3d696dfd64d64f302db /gcc/system.h | |
parent | 3a0c7e3af1954b05fa1c12ea5818d4d6d62ffea5 (diff) | |
download | gcc-4d451982e36b1f5a7a8412d9fb36924699aeb223.zip gcc-4d451982e36b1f5a7a8412d9fb36924699aeb223.tar.gz gcc-4d451982e36b1f5a7a8412d9fb36924699aeb223.tar.bz2 |
c-common.c (IN_GCC_FRONTEND): Do not undef.
2010-07-03 Manuel López-Ibáñez <manu@gcc.gnu.org>
* c-family/c-common.c (IN_GCC_FRONTEND): Do not undef.
Do not include expr.h
(vector_mode_valid_p): Move here.
* expr.c (vector_mode_valid_p): Move to c-common.c.
* expr.h (vector_mode_valid_p): Do not declare here.
* system.h: Poison GCC_EXPR_H in front-ends.
* Makefile.in: Update dependencies.
From-SVN: r161785
Diffstat (limited to 'gcc/system.h')
-rw-r--r-- | gcc/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/system.h b/gcc/system.h index dd72d07..a8b4fa9 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -800,7 +800,7 @@ extern void fancy_abort (const char *, int, const char *) ATTRIBUTE_NORETURN; /* Front ends should never have to include middle-end headers. Enforce this by poisoning the header double-include protection defines. */ #ifdef IN_GCC_FRONTEND -#pragma GCC poison GCC_RTL_H GCC_EXCEPT_H +#pragma GCC poison GCC_RTL_H GCC_EXCEPT_H GCC_EXPR_H #endif /* Note: not all uses of the `index' token (e.g. variable names and |