]> gcc.gnu.org Git - gcc.git/commitdiff
(DECL_ONE_ONLY): New macro.
authorJason Merrill <merrill@gnu.org>
Wed, 18 Sep 1996 11:07:42 +0000 (11:07 +0000)
committerJason Merrill <merrill@gnu.org>
Wed, 18 Sep 1996 11:07:42 +0000 (11:07 +0000)
From-SVN: r12735

gcc/tree.h

index 343c037dce991d1b30c297324cb5e4c59c2a7ced..ee2f72fe43caa6bff10938f141dfcac2e42be981 100644 (file)
@@ -1077,6 +1077,10 @@ struct tree_type
 /* Used to indicate that this DECL has weak linkage.  */
 #define DECL_WEAK(NODE) ((NODE)->decl.weak_flag)
 
+/* Used in TREE_PUBLIC decls to indicate that copies of this DECL in
+   multiple translation units should be merged.  */
+#define DECL_ONE_ONLY(NODE) ((NODE)->decl.transparent_union)
+
 /* Additional flags for language-specific uses.  */
 #define DECL_LANG_FLAG_0(NODE) ((NODE)->decl.lang_flag_0)
 #define DECL_LANG_FLAG_1(NODE) ((NODE)->decl.lang_flag_1)
This page took 0.067962 seconds and 5 git commands to generate.