diff src/bytecode.c @ 109351:c8a969d13eda

merge trunk
author Kenichi Handa <handa@etlken>
date Fri, 09 Jul 2010 15:55:27 +0900
parents 8cfee7d2955f
children 417b1e4d63cd
line wrap: on
line diff
--- a/src/bytecode.c	Thu Jul 08 17:09:35 2010 +0900
+++ b/src/bytecode.c	Fri Jul 09 15:55:27 2010 +0900
@@ -403,8 +403,7 @@
 the second, VECTOR, a vector of constants;
 the third, MAXDEPTH, the maximum stack depth used in this function.
 If the third argument is incorrect, Emacs may crash.  */)
-     (bytestr, vector, maxdepth)
-     Lisp_Object bytestr, vector, maxdepth;
+  (Lisp_Object bytestr, Lisp_Object vector, Lisp_Object maxdepth)
 {
   int count = SPECPDL_INDEX ();
 #ifdef BYTE_CODE_METER