summaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/types.h b/types.h
index 38614d1..ceea98b 100644
--- a/types.h
+++ b/types.h
@@ -888,7 +888,7 @@ typedef struct Declaration {
};
} foreign;
};
- Value val; /* only for constant decls and non-constant globals. */
+ Value val; /* only for constant decls, non-constant globals, and varargs. */
/* for eval, for non-constant local decls: */
/* the pointers to values need to be fixed, which is why this isn't just Value *. */