X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/167524b5890cdbf4a832b1766a328f6d8a1f8f04..c34b237da0bb4bf08a3531a2e11442623df7e9d4:/src/codegen-impl.lisp?ds=sidebyside diff --git a/src/codegen-impl.lisp b/src/codegen-impl.lisp index 84bdd18..a74b304 100644 --- a/src/codegen-impl.lisp +++ b/src/codegen-impl.lisp @@ -112,7 +112,7 @@ (setf (codegen-vars codegen) (cons (make-var-inst name type init) vars))) ((not (c-type-equal-p type (inst-type var))) - (error "(Internal) Redefining type for variable ~A." name))) + (error "(Internal) Redefining type for variable ~A" name))) name)) (export 'codegen)