X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fsave.lisp;h=cf3eeff430234e23df23467673c88f904967308b;hb=f569125f053885898e83203324a72e11c9de0f85;hp=772fa8eaea7b1ae565c1ac08648695aa31af0c6e;hpb=165bb53b405ab95ce76615ab77cee8284df0a36e;p=sbcl.git diff --git a/src/code/save.lisp b/src/code/save.lisp index 772fa8e..cf3eeff 100644 --- a/src/code/save.lisp +++ b/src/code/save.lisp @@ -18,8 +18,8 @@ ;;;; SAVE-LISP-AND-DIE itself (sb!alien:define-alien-routine "save" (sb!alien:boolean) - (file sb!c-call:c-string) - (initial-function (sb!alien:unsigned #.sb!vm:n-word-bits))) + (file sb!alien:c-string) + (initial-fun (sb!alien:unsigned #.sb!vm:n-word-bits))) ;;; FIXME: When this is run without the PURIFY option, ;;; it seems to save memory all the way up to the high-water mark,