src/module-output.lisp: Set right margin to 77 characters.
[sod] / src / method-proto.lisp
index 069f7e4..36237d6 100644 (file)
                   (make-trampoline codegen (sod-method-class method)
                                    (lambda (target)
                                      (invoke chain target)))
-                  0))
+                  *null-pointer*))
             (invoke (chain target)
               (if (null chain)
                   (funcall kernel target)