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/expr.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/expr.h')
-rw-r--r-- | gcc/expr.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -695,6 +695,4 @@ extern tree build_libfunc_function (const char *); /* Get the personality libfunc for a function decl. */ rtx get_personality_function (tree); -extern int vector_mode_valid_p (enum machine_mode); - #endif /* GCC_EXPR_H */ |