aboutsummaryrefslogtreecommitdiff
path: root/src/interp/define.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/define.boot')
-rw-r--r--src/interp/define.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/define.boot b/src/interp/define.boot
index 3d813c18..69d451b2 100644
--- a/src/interp/define.boot
+++ b/src/interp/define.boot
@@ -1343,7 +1343,7 @@ uncons x ==
bootStrapError(functorForm,sourceFile) ==
['COND, _
['$bootStrapMode, _
- ['VECTOR,mkTypeForm functorForm,nil,nil,nil,nil,nil]],
+ ['%veclit,mkTypeForm functorForm,nil,nil,nil,nil,nil]],
[''T, ['systemError,['%listlit,'"%b",MKQ functorForm.op,'"%d",'"from", _
'"%b",MKQ namestring sourceFile,'"%d",'"needs to be compiled"]]]]