OSDN Git Service

* cp-tree.h: Declare it.
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Feb 1999 02:55:44 +0000 (02:55 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Feb 1999 02:55:44 +0000 (02:55 +0000)
Missed a piece...

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25038 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/ChangeLog
gcc/cp/cp-tree.h

index 5dc6540..6ec2334 100644 (file)
@@ -9,6 +9,7 @@
        (build_lang_decl): From here.
        * decl.c (pushdecl): Call it for functions generated by the middle 
        end that don't have DECL_LANG_SPECIFIC.
+       * cp-tree.h: Declare it.
 
        * decl2.c: Remove flag_init_priority.  Always enable initp stuff.
        (start_objects, finish_objects): Only use special
index 52ea735..1d7385c 100644 (file)
@@ -3003,6 +3003,7 @@ extern tree identifier_typedecl_value             PROTO((tree));
 extern int real_yylex                          PROTO((void));
 extern int is_rid                              PROTO((tree));
 extern tree build_lang_decl                    PROTO((enum tree_code, tree, tree));
+extern void retrofit_lang_decl                 PROTO((tree));
 extern tree build_lang_field_decl              PROTO((enum tree_code, tree, tree));
 extern void copy_lang_decl                     PROTO((tree));
 extern tree make_lang_type                     PROTO((enum tree_code));