* c-common.h (C_ARTIFICIAL_STRING_P): Remove.
authorKazu Hirata <kazu@cs.umass.edu>
Fri, 8 Apr 2005 18:47:40 +0000 (18:47 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 8 Apr 2005 18:47:40 +0000 (18:47 +0000)
From-SVN: r97849

gcc/ChangeLog
gcc/c-common.h

index 9b13173ddd90c43833e9391afe78abb702db4bfd..f2e639c9bfbec25529fba9e8192e71a7110555c1 100644 (file)
@@ -22,6 +22,8 @@
        ATTR_FUNC_UNITS, ATTR_BLOCKAGE): Remove.
        (ATTR_STATIC): Adjust the value.
 
+       * c-common.h (C_ARTIFICIAL_STRING_P): Remove.
+
 2005-04-08  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * config/s390/tpf.h (ASM_SPEC): Define.
index f313e6883caf63ab16cb36cc29b65bd513121918..453739a3fca127cb5a7828c9c1ee323329bc5f54 100644 (file)
@@ -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 */