(read_compiled_function): Fix prototype.
authortomo <tomo>
Wed, 26 Dec 2001 11:17:52 +0000 (11:17 +0000)
committertomo <tomo>
Wed, 26 Dec 2001 11:17:52 +0000 (11:17 +0000)
(read_vector): Likewise.

src/lread.c

index 91cdb66..4618487 100644 (file)
@@ -2217,8 +2217,8 @@ read_structure (Lisp_Object readcharfun)
 
 \f
 static Lisp_Object read_compiled_function (Lisp_Object readcharfun,
-                                          int terminator);
-static Lisp_Object read_vector (Lisp_Object readcharfun, int terminator);
+                                          Emchar terminator);
+static Lisp_Object read_vector (Lisp_Object readcharfun, Emchar terminator);
 
 /* Get the next character; filter out whitespace and comments */