* lread.c (read_char): Add an extern declaration for this,
authorJim Blandy <jimb@redhat.com>
Sat, 31 Oct 1992 05:26:04 +0000 (05:26 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 31 Oct 1992 05:26:04 +0000 (05:26 +0000)
indicating that it returns a Lisp_Object.

src/lread.c

index e3459f8..0a5c0b2 100644 (file)
@@ -158,6 +158,8 @@ static Lisp_Object read0 (), read1 (), read_list (), read_vector ();
 \f
 /* 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\