summaryrefslogtreecommitdiff
path: root/05/constants.b
diff options
context:
space:
mode:
Diffstat (limited to '05/constants.b')
-rw-r--r--05/constants.b2
1 files changed, 1 insertions, 1 deletions
diff --git a/05/constants.b b/05/constants.b
index 85aff7a..fa2d0f4 100644
--- a/05/constants.b
+++ b/05/constants.b
@@ -126,7 +126,7 @@
; uchar kind (one of the constants below)
; uchar info
; ushort (padding)
-; uint type (0 if expression hasn't been typed yet)
+; uint type
; immediately following the header in memory are the arguments of the expression
; - for constant ints, the 64-bit integral value
; - for constant floats, the 64-bit double value (even if expression has type float)