compiler could not handle using addresses of procedures declared

in imported definition modules. This is corrected
This commit is contained in:
ceriel
1987-08-24 11:42:37 +00:00
parent 469b3cc1e1
commit f0fc857cb4
5 changed files with 18 additions and 17 deletions

View File

@@ -53,7 +53,6 @@ struct dfproc {
struct node *pr_body; /* body of this procedure */
#define prc_vis df_value.df_proc.pr_vis
#define prc_body df_value.df_proc.pr_body
#define NameOfProc(xdf) ((xdf)->prc_vis->sc_scope->sc_name)
};
struct import {