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

Had the syntax for def-alien-routine wrong.

parent 055c7ba4
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/mach.lisp,v 1.2 1992/02/15 12:49:00 wlott Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/mach.lisp,v 1.3 1992/02/15 13:00:05 wlott Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
(defconstant kern-memory-present 23) (defconstant kern-memory-present 23)
(def-alien-routine ("mach_error_string" get-mach-error-msg) c-string (def-alien-routine ("mach_error_string" get-mach-error-msg) c-string
(kern-return errno)) (errno kern-return))
;;; GR-Error -- Public ;;; GR-Error -- Public
;;; ;;;
......
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