newer version, safety commit

This commit is contained in:
ceriel
1986-04-02 17:34:21 +00:00
parent 66c571d217
commit b89155a64a
8 changed files with 103 additions and 49 deletions

View File

@@ -38,8 +38,8 @@ struct field {
};
struct import {
int im_scopenr; /* Scope number from which imported */
#define imp_scopenr df_value.df_import.im_scopenr
struct def *im_def; /* Scope number from which imported */
#define imp_def df_value.df_import.im_def
};
struct def { /* list of definitions for a name */