aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1992-10-31 05:26:04 +0000
committerJim Blandy1992-10-31 05:26:04 +0000
commit3d9b22be4ceae0026e30e4ca9bc9e2b7719d1f15 (patch)
treebd82a8d3ce99794b8ea5bc641534e77298c69f42 /src
parentd20c2151e822cb9c94337305526836d24551fdd2 (diff)
downloademacs-3d9b22be4ceae0026e30e4ca9bc9e2b7719d1f15.tar.gz
emacs-3d9b22be4ceae0026e30e4ca9bc9e2b7719d1f15.zip
* lread.c (read_char): Add an extern declaration for this,
indicating that it returns a Lisp_Object.
Diffstat (limited to 'src')
-rw-r--r--src/lread.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lread.c b/src/lread.c
index e3459f8a6ea..0a5c0b2b940 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -158,6 +158,8 @@ static Lisp_Object read0 (), read1 (), read_list (), read_vector ();
158 158
159/* get a character from the tty */ 159/* get a character from the tty */
160 160
161extern Lisp_Object read_char ();
162
161DEFUN ("read-char", Fread_char, Sread_char, 0, 0, 0, 163DEFUN ("read-char", Fread_char, Sread_char, 0, 0, 0,
162 "Read a character from the command input (keyboard or macro).\n\ 164 "Read a character from the command input (keyboard or macro).\n\
163It is returned as a number.\n\ 165It is returned as a number.\n\