chiark / gitweb /
src/: Add commentary to the generated code.
[sod] / src / builtin.lisp
index 1c14f198570dd530521366c4f873a12ebb548010..ea72d662999a5244e315feac9aae815848727848 100644 (file)
@@ -90,8 +90,8 @@ (define-class-slot "imprint" (class stream)
   (format nil "~A__imprint" class)
   (let ((ilayout (sod-class-ilayout class)))
     (format stream "~&~:
-/* Imprint raw memory with instance structure. */
-static void *~A__imprint(void *p)
+/* Imprint raw memory with class `~A' instance structure. */
+static void *~:*~A__imprint(void *p)
 {
   struct ~A *sod__obj = p;