summaryrefslogtreecommitdiff
path: root/gcc/objcp/objcp-decl.h
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2005-05-24 22:20:10 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2005-05-24 22:20:10 +0000
commit032d9983c167f7ea90939f582b57df42d06d3ffa (patch)
treed49a13947647d120bddca76319593a364215c075 /gcc/objcp/objcp-decl.h
parent60e21b9a40e681203f50eb0a47a0074e5cb5610e (diff)
downloadgcc-032d9983c167f7ea90939f582b57df42d06d3ffa.tar.gz
* objcp-decl.c (objcp_start_struct, objcp_xref_tag): Adjust
call to xref_tag(). (objcp_build_component_ref): Remove function. * objcp-decl.h (objcp_build_component_ref): Remove prototype. (build_component_ref): Remove macro. * objcp-lang.c (LANG_HOOKS_TYPES_COMPATIBLE_P): Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100122 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/objcp/objcp-decl.h')
-rw-r--r--gcc/objcp/objcp-decl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/objcp/objcp-decl.h b/gcc/objcp/objcp-decl.h
index 39cad46d2e9..a6b14b76741 100644
--- a/gcc/objcp/objcp-decl.h
+++ b/gcc/objcp/objcp-decl.h
@@ -29,7 +29,6 @@ extern void objcp_finish_function (void);
extern tree objcp_lookup_name (tree);
extern tree objcp_build_function_call (tree, tree);
extern tree objcp_xref_tag (enum tree_code, tree);
-extern tree objcp_build_component_ref (tree, tree);
extern int objcp_comptypes (tree, tree);
extern tree objcp_builtin_function (const char *, tree, int,
enum built_in_class, const char *, tree);
@@ -51,8 +50,6 @@ extern tree objcp_end_compound_stmt (tree, int);
objcp_lookup_name (name)
#define xref_tag(code, name) \
objcp_xref_tag (code, name)
-#define build_component_ref(datum, component) \
- objcp_build_component_ref (datum, component)
#define comptypes(type1, type2) \
objcp_comptypes (type1, type2)
#define c_begin_compound_stmt(flags) \