Skip to content
Snippets Groups Projects
Commit a2b6cf44 authored by ram's avatar ram
Browse files

Fix documented order of the list form of alien names to agree with what was

implemented: (string symbol)
parent b0a71fc3
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/alieneval.lisp,v 1.34 1994/04/06 16:59:05 hallgren Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/alieneval.lisp,v 1.35 1994/10/01 00:46:57 ram Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -1284,7 +1284,7 @@
;;;
(defmacro def-alien-variable (name type)
"Define NAME as an external alien variable of type TYPE. NAME should be
a list of a symbol to use as the Lisp name, and a string holding the alien
a list of a string holding the alien name and a symbol to use as the Lisp
name. If NAME is just a symbol or string, then the other name is guessed
from the one supplied."
(multiple-value-bind
......@@ -1896,8 +1896,8 @@
{(Arg-Name Arg-Type [Style])}*
Define a foreign interface function for the routine with the specified Name,
which may be either a string, symbol or list of the form (symbol string).
Return-Type is the Alien fypte for the function return value. VOID may be
which may be either a string, symbol or list of the form (string symbol).
Return-Type is the Alien type for the function return value. VOID may be
used to specify a function with no result.
The remaining forms specifiy individual arguments that are passed to the
......
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