aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1992-10-31 05:26:04 +0000
committerJim Blandy <[email protected]>1992-10-31 05:26:04 +0000
commit3d9b22be4ceae0026e30e4ca9bc9e2b7719d1f15 (patch)
treebd82a8d3ce99794b8ea5bc641534e77298c69f42
parentd20c2151e822cb9c94337305526836d24551fdd2 (diff)
* lread.c (read_char): Add an extern declaration for this,
indicating that it returns a Lisp_Object.
-rw-r--r--src/lread.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lread.c b/src/lread.c
index e3459f8a6e..0a5c0b2b94 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -158,6 +158,8 @@ static Lisp_Object read0 (), read1 (), read_list (), read_vector ();
/* get a character from the tty */
+extern Lisp_Object read_char ();
+
DEFUN ("read-char", Fread_char, Sread_char, 0, 0, 0,
"Read a character from the command input (keyboard or macro).\n\
It is returned as a number.\n\