0.9.12.16:
authorThiemo Seufer <ths@networkno.de>
Sat, 13 May 2006 19:29:59 +0000 (19:29 +0000)
committerThiemo Seufer <ths@networkno.de>
Sat, 13 May 2006 19:29:59 +0000 (19:29 +0000)
Minor code improvement.

tests/foreign-stack-alignment.impure.lisp
tests/stack-alignment-offset.c
version.lisp-expr

index 9ed1a02..f5664e3 100644 (file)
@@ -34,7 +34,7 @@
   #+(and ppc darwin) 16
   #+(and ppc linux) 16
   #+x86-64 16
-  #+(or mips) 8
+  #+mips 8
   #+x86 4
   #-(or x86 x86-64 mips (and ppc (or darwin linux))) (error "Unknown platform"))
 
index fe0ad9c..91e5f49 100644 (file)
@@ -39,7 +39,7 @@ stack_alignment_offset (int alignment)
 }
 
 extern int
-trampoline (int(*callback)())
+trampoline (int(*callback)(void))
 {
     return callback();
 }
index c1207ce..396c6e8 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.9.12.15"
+"0.9.12.16"