From: tomo Date: Wed, 26 Dec 2001 11:17:52 +0000 (+0000) Subject: (read_compiled_function): Fix prototype. X-Git-Tag: r21-2-43-utf-2000-0_18-n3~15 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5bd4767894d0f039efba11fb7153c1e89719542e;p=chise%2Fxemacs-chise.git.1 (read_compiled_function): Fix prototype. (read_vector): Likewise. --- diff --git a/src/lread.c b/src/lread.c index 91cdb66..4618487 100644 --- a/src/lread.c +++ b/src/lread.c @@ -2217,8 +2217,8 @@ read_structure (Lisp_Object readcharfun) 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 */