X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fsave.lisp;h=ea67cfb04e408b00385d908feabd2bfd96ee2706;hb=b0b168c08b31a748150f404398af754f26fd4813;hp=772fa8eaea7b1ae565c1ac08648695aa31af0c6e;hpb=165bb53b405ab95ce76615ab77cee8284df0a36e;p=sbcl.git diff --git a/src/code/save.lisp b/src/code/save.lisp index 772fa8e..ea67cfb 100644 --- a/src/code/save.lisp +++ b/src/code/save.lisp @@ -19,7 +19,7 @@ (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))) + (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,