compiler could not handle using addresses of procedures declared
in imported definition modules. This is corrected
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user