diff options
Diffstat (limited to 'byterun/terminfo.c')
-rw-r--r-- | byterun/terminfo.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/byterun/terminfo.c b/byterun/terminfo.c index c535ed87e..c8324be6b 100644 --- a/byterun/terminfo.c +++ b/byterun/terminfo.c @@ -99,9 +99,9 @@ value terminfo_resume (value lines) /* ML */ return Val_unit; } -#else +#else /* HAS_TERMCAP */ -value terminfo_setup (value unit) +value terminfo_setup (value vchan) { return Bad_term; } @@ -124,4 +124,4 @@ value terminfo_resume (value lines) return Val_unit; } -#endif +#endif /* HAS_TERMCAP */ |