diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-04-17 10:04:11 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-04-17 10:04:11 -0400 |
commit | 7ce82023d114ad1751f79a0ff39f12913da9bde4 (patch) | |
tree | 0e292734b6ccd26400ae7f7642896c7b4a71741c /gcc | |
parent | 90194d096ff3c66fb83a7399c03a644f94f033f6 (diff) | |
download | gcc-7ce82023d114ad1751f79a0ff39f12913da9bde4.zip gcc-7ce82023d114ad1751f79a0ff39f12913da9bde4.tar.gz gcc-7ce82023d114ad1751f79a0ff39f12913da9bde4.tar.bz2 |
(DECL_PRINT_NAME): Deleted.
(struct tree_decl): Field print_name deleted.
From-SVN: r7059
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/tree.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -720,8 +720,6 @@ struct tree_type /* This is the name of the object as written by the user. It is an IDENTIFIER_NODE. */ #define DECL_NAME(NODE) ((NODE)->decl.name) -/* This macro is marked for death. */ -#define DECL_PRINT_NAME(NODE) ((NODE)->decl.print_name) /* This is the name of the object as the assembler will see it (but before any translations made by ASM_OUTPUT_LABELREF). Often this is the same as DECL_NAME. @@ -944,8 +942,6 @@ struct tree_decl union tree_node *result; union tree_node *initial; union tree_node *abstract_origin; - /* The PRINT_NAME field is marked for death. */ - char *print_name; union tree_node *assembler_name; union tree_node *section_name; struct rtx_def *rtl; /* acts as link to register transfer language |