aboutsummaryrefslogtreecommitdiff
path: root/semantics.h
diff options
context:
space:
mode:
Diffstat (limited to 'semantics.h')
-rw-r--r--semantics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/semantics.h b/semantics.h
index c6b3ff8..4ba1317 100644
--- a/semantics.h
+++ b/semantics.h
@@ -144,7 +144,7 @@ struct CScope {
CSNode *top;
CTable_t ids; /* ordinary identifiers */
CTable_t tags; /* union & struct tags */
- CTable_t ext_link; /* external linkage */
+/* CTable_t ext_link; external linkage */
};
typedef struct ExpType {