X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fhost-c-call.lisp;h=440b8facc76ed56236dcf94dd8648c902908412f;hb=2c6b90e36a7c0377cd79625eb6c94d580f98cb93;hp=8977f80015076bcf137201773393f919c7d3e1ab;hpb=cea4896b2482b7b2b429c1631d774b4cfbc0efba;p=sbcl.git diff --git a/src/code/host-c-call.lisp b/src/code/host-c-call.lisp index 8977f80..440b8fa 100644 --- a/src/code/host-c-call.lisp +++ b/src/code/host-c-call.lisp @@ -9,6 +9,8 @@ (in-package "SB!C-CALL") +(/show0 "host-c-call.lisp 12") + (def-alien-type-class (c-string :include pointer :include-args (to))) (def-alien-type-translator c-string () @@ -36,3 +38,5 @@ (null (int-sap 0)) ((alien (* char)) (alien-sap ,value)) (simple-base-string (vector-sap ,value)))) + +(/show0 "host-c-call.lisp end of file")