comparison src/input.h @ 2907:8bb31a2b480b

[project @ 1997-04-30 05:01:46 by jwe]
author jwe
date Wed, 30 Apr 1997 05:06:03 +0000
parents 8b262e771614
children 8722c6284b72
comparison
equal deleted inserted replaced
2906:a96be04e1c9f 2907:8bb31a2b480b
72 72
73 char *gnu_readline (const char *s, bool force_readline = false); 73 char *gnu_readline (const char *s, bool force_readline = false);
74 74
75 extern string Vps4; 75 extern string Vps4;
76 76
77 extern void symbols_of_input (void);
78
79 #endif 77 #endif
80 78
81 /* 79 /*
82 ;;; Local Variables: *** 80 ;;; Local Variables: ***
83 ;;; mode: C++ *** 81 ;;; mode: C++ ***