* parse.h (ctxp_for_generation): Mark extern.

From-SVN: r45552
This commit is contained in:
Richard Henderson 2001-09-11 13:17:04 -07:00 committed by Richard Henderson
parent 20cdfa655d
commit fcbc317fc9
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-09-11 Richard Henderson <rth@redhat.com>
* parse.h (ctxp_for_generation): Mark extern.
2001-09-10 Richard Henderson <rth@redhat.com>
* class.c (build_class_ref): Set DECL_EXTERNAL before make_decl_rtl.

View File

@ -934,6 +934,6 @@ ATTRIBUTE_NORETURN
extern void java_expand_classes PARAMS ((void));
extern struct parser_ctxt *ctxp;
struct parser_ctxt *ctxp_for_generation;
extern struct parser_ctxt *ctxp_for_generation;
#endif /* ! GCC_JAVA_PARSE_H */