*** empty log message ***
This commit is contained in:
parent
290885a4d1
commit
6b97bbc5b9
@ -6,9 +6,9 @@
|
|||||||
#include <mcheck.h>
|
#include <mcheck.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static int get_char (xp_lisp_cint* ch, void* arg)
|
static int get_char (xp_cint_t* ch, void* arg)
|
||||||
{
|
{
|
||||||
xp_lisp_cint c;
|
xp_cint_t c;
|
||||||
|
|
||||||
c = xp_fgetc(xp_stdin);
|
c = xp_fgetc(xp_stdin);
|
||||||
if (c == XP_EOF) {
|
if (c == XP_EOF) {
|
||||||
|
Loading…
Reference in New Issue
Block a user