minor mods

This commit is contained in:
ceriel
1987-08-06 14:20:11 +00:00
parent 1971f871ec
commit f2ff9f7f33
2 changed files with 6 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
#endif
struct idf {
struct idf *next; /* links idf-structures together */
struct idf *id_next; /* links idf-structures together */
char *id_text; /* string representing the name */
#ifdef IDF_TYPE
IDF_TYPE IDF_NAME; /* user defined type and selector */