diff options
Diffstat (limited to 'src/interp/c-util.boot')
-rw-r--r-- | src/interp/c-util.boot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interp/c-util.boot b/src/interp/c-util.boot index c0ccee94..4e91e700 100644 --- a/src/interp/c-util.boot +++ b/src/interp/c-util.boot @@ -54,6 +54,9 @@ $Representation := nil $formalArgList := [] + +$compErrorMessageStack := nil + --% Optimization control ++ true if we have to proclaim function signatures in the generated Lisp. |