diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-04-08 18:47:40 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-04-08 18:47:40 +0000 |
commit | 9ff7d88e0faf1b0a18fd0eca66cb93e4a0c8a51b (patch) | |
tree | 0a8d76d9382c7ba797ae866e5fb4bdd7eb4036f2 /gcc/c-common.h | |
parent | f55e72cef793a4064a8f6a64833fbdab3d9d0e94 (diff) | |
download | gcc-9ff7d88e0faf1b0a18fd0eca66cb93e4a0c8a51b.zip gcc-9ff7d88e0faf1b0a18fd0eca66cb93e4a0c8a51b.tar.gz gcc-9ff7d88e0faf1b0a18fd0eca66cb93e4a0c8a51b.tar.bz2 |
* c-common.h (C_ARTIFICIAL_STRING_P): Remove.
From-SVN: r97849
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r-- | gcc/c-common.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h index f313e68..453739a 100644 --- a/gcc/c-common.h +++ b/gcc/c-common.h @@ -218,10 +218,6 @@ struct sorted_fields_type GTY(()) These may be shadowed, and may be referenced from nested functions. */ #define C_DECLARED_LABEL_FLAG(label) TREE_LANG_FLAG_1 (label) -/* Flag strings given by __FUNCTION__ and __PRETTY_FUNCTION__ for a - warning if they undergo concatenation. */ -#define C_ARTIFICIAL_STRING_P(NODE) TREE_LANG_FLAG_0 (NODE) - typedef enum c_language_kind { clk_c = 0, /* C90, C94 or C99 */ |