com.c (ffecom_sym_transform_): Install FFEINFO_whereGLOBAL symbols in the global binding level.
* com.c (ffecom_sym_transform_): Install FFEINFO_whereGLOBAL symbols in the global binding level. From-SVN: r67920
This commit is contained in:
parent
1f2cd13074
commit
eb7f48f94b
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-06-13 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* com.c (ffecom_sym_transform_): Install FFEINFO_whereGLOBAL
|
||||
symbols in the global binding level.
|
||||
|
||||
Sun Jun 8 15:42:09 2003 Neil Booth <neil@daikokuya.co.uk>
|
||||
|
||||
* Make-lang.in (F77_OBJS, f77.mostlyclean, f/com.o): Update.
|
||||
|
|
|
@ -8078,8 +8078,8 @@ ffecom_sym_transform_ (ffesymbol s)
|
|||
DECL_EXTERNAL (t) = 1;
|
||||
TREE_PUBLIC (t) = 1;
|
||||
|
||||
t = start_decl (t, FALSE);
|
||||
finish_decl (t, NULL_TREE, FALSE);
|
||||
t = start_decl (t, TRUE);
|
||||
finish_decl (t, NULL_TREE, TRUE);
|
||||
|
||||
if ((g != NULL)
|
||||
&& ((ffeglobal_type (g) == FFEGLOBAL_typeSUBR)
|
||||
|
|
Loading…
Add table
Reference in a new issue