This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMU Common Lisp".
The branch, master has been updated via 0b5c1254cc522e4e10d0f14ea248cc74b82fae69 (commit) from 7889e989541ed40a753b2a884f7fbcf25e0a951d (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 0b5c1254cc522e4e10d0f14ea248cc74b82fae69 Author: Raymond Toy toy.raymond@gmail.com Date: Thu May 16 19:17:56 2013 -0700
Forgot to commit changes to code/x86-vm.lisp to:
Wrap exports in eval-when for x86 as was done for sparc and add CHAR-BYTES to x86-x86 cross-compile script.
diff --git a/src/code/x86-vm.lisp b/src/code/x86-vm.lisp index 961dacb..6b7c881 100644 --- a/src/code/x86-vm.lisp +++ b/src/code/x86-vm.lisp @@ -26,10 +26,12 @@
(intl:textdomain "cmucl-x86-vm")
+(eval-when (:compile-toplevel :load-toplevel :execute) (export '(fixup-code-object internal-error-arguments sigcontext-program-counter sigcontext-register sigcontext-float-register sigcontext-floating-point-modes extern-alien-name sanctify-for-execution)) +)
#+complex-fp-vops (sys:register-lisp-feature :complex-fp-vops)
-----------------------------------------------------------------------
Summary of changes: src/code/x86-vm.lisp | 2 ++ 1 file changed, 2 insertions(+)
hooks/post-receive