X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fsave.lisp;h=cf3eeff430234e23df23467673c88f904967308b;hb=86210c4e406c1b2ff10cc3bac0e71435867db48b;hp=ea67cfb04e408b00385d908feabd2bfd96ee2706;hpb=29a9ccc860532b32c566aec095f570e999a9c52c;p=sbcl.git diff --git a/src/code/save.lisp b/src/code/save.lisp index ea67cfb..cf3eeff 100644 --- a/src/code/save.lisp +++ b/src/code/save.lisp @@ -18,7 +18,7 @@ ;;;; SAVE-LISP-AND-DIE itself (sb!alien:define-alien-routine "save" (sb!alien:boolean) - (file sb!c-call:c-string) + (file sb!alien:c-string) (initial-fun (sb!alien:unsigned #.sb!vm:n-word-bits))) ;;; FIXME: When this is run without the PURIFY option,