src/: Add commentary to the generated code.
[sod] / src / builtin.lisp
index 1c14f19..ea72d66 100644 (file)
@@ -90,8 +90,8 @@
   (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;