projects
/
chise
/
xemacs-chise.git.1
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e882472
)
(read_compiled_function): Fix prototype.
author
tomo
<tomo>
Wed, 26 Dec 2001 11:17:52 +0000
(11:17 +0000)
committer
tomo
<tomo>
Wed, 26 Dec 2001 11:17:52 +0000
(11:17 +0000)
(read_vector): Likewise.
src/lread.c
patch
|
blob
|
history
diff --git
a/src/lread.c
b/src/lread.c
index
91cdb66
..
4618487
100644
(file)
--- a/
src/lread.c
+++ b/
src/lread.c
@@
-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 */