summaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/types.h b/types.h
index ed88db2..acf7bc0 100644
--- a/types.h
+++ b/types.h
@@ -316,8 +316,8 @@ typedef struct Type {
struct {
struct Type *of;
union {
- UInteger n; /* this is NOT set by parse_type; it will be handled by types.c */
- struct Expression *n_expr;
+ U64 n; /* after typing */
+ struct Expression *n_expr; /* before typing */
};
} arr;
struct Type *ptr;