diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-01-25 10:50:12 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-01-25 10:50:12 +0200 |
commit | da1d22c183f5d8241538524665e572c5c6a15865 (patch) | |
tree | 6c76d7940657e794f7f02bfb49b3d22bfcff330d /cmd.h | |
parent | 5cca2a2d008689dfc415415f71bae1b7b7923bd6 (diff) | |
download | egawk-da1d22c183f5d8241538524665e572c5c6a15865.tar.gz egawk-da1d22c183f5d8241538524665e572c5c6a15865.tar.bz2 egawk-da1d22c183f5d8241538524665e572c5c6a15865.zip |
Considerable additional portability fixes.
Diffstat (limited to 'cmd.h')
-rw-r--r-- | cmd.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ extern int gprintf(FILE *fp, const char *format, ...); extern jmp_buf pager_quit_tag; extern bool pager_quit_tag_valid; -extern int output_is_tty; +extern bool output_is_tty; extern int input_fd; extern bool input_from_tty; extern FILE *out_fp; |