Skip to content
Snippets Groups Projects
Commit d3f3f749 authored by wlott's avatar wlott
Browse files

Fixed the def-c-routine.

parent 02301098
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
;;; Scott Fahlman (FAHLMAN@CMUC). ;;; Scott Fahlman (FAHLMAN@CMUC).
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/save.lisp,v 1.1.1.4 1990/07/13 20:38:56 wlott Exp $ ;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/save.lisp,v 1.1.1.5 1990/07/26 19:12:33 wlott Exp $
;;; ;;;
;;; Dump the current lisp image into a core file. All the real work is done ;;; Dump the current lisp image into a core file. All the real work is done
;;; be C. ;;; be C.
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
(def-c-routine "save" (boolean) (def-c-routine "save" (boolean)
(file (pointer simple-string))) (file null-terminated-string))
(defun save-lisp (core-file-name &key (defun save-lisp (core-file-name &key
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment