1 Sep 2007 20:06
CVS: sbcl/src/compiler/mips c-call.lisp, 1.10, 1.11 macros.lisp, 1.18, 1.19
Thiemo Seufer <ths-sf <at> users.sourceforge.net>
2007-09-01 18:06:19 GMT
2007-09-01 18:06:19 GMT
Update of /cvsroot/sbcl/sbcl/src/compiler/mips In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv12272/src/compiler/mips Modified Files: c-call.lisp macros.lisp Log Message: 1.0.9.20: Add #+sb-doc conditionals. Index: c-call.lisp =================================================================== RCS file: /cvsroot/sbcl/sbcl/src/compiler/mips/c-call.lisp,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- c-call.lisp 13 May 2006 20:02:55 -0000 1.10 +++ c-call.lisp 1 Sep 2007 18:06:17 -0000 1.11 <at> <at> -315,6 +315,7 <at> <at> ;;; callback wrapper #-sb-xc-host (defun alien-callback-assembler-wrapper (index result-type argument-types) + #!+sb-doc "Cons up a piece of code which calls enter-alien-callback with INDEX and a pointer to the arguments." (flet ((make-gpr (n) Index: macros.lisp =================================================================== RCS file: /cvsroot/sbcl/sbcl/src/compiler/mips/macros.lisp,v retrieving revision 1.18 retrieving revision 1.19(Continue reading)
RSS Feed