chiark / gitweb /
doc/concepts.tex: Typeset method rĂ´le names as identifiers.
[sod] / src / codegen-impl.lisp
index 84bdd1865ab82be51c303dad90bd3f405257789f..a74b30417a32601b520312659e6a9381e2c9f387 100644 (file)
@@ -112,7 +112,7 @@ (defmethod ensure-var ((codegen basic-codegen) name type &optional init)
           (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)