aboutsummaryrefslogtreecommitdiffstats
path: root/vms/vms_fwrite.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-11-12 23:13:16 +0200
committerArnold D. Robbins <arnold@skeeve.com>2012-11-12 23:13:16 +0200
commitcafbb82185c4a5fc2608975c048d66017456a038 (patch)
tree916adf5fa6bab4c90a465b037a6b8bc05cdef1de /vms/vms_fwrite.c
parent3b0ec209b9630bd4f8689a4ecc5544c419ebd259 (diff)
downloadegawk-cafbb82185c4a5fc2608975c048d66017456a038.tar.gz
egawk-cafbb82185c4a5fc2608975c048d66017456a038.tar.bz2
egawk-cafbb82185c4a5fc2608975c048d66017456a038.zip
Initial changes for VMS building.
Diffstat (limited to 'vms/vms_fwrite.c')
-rw-r--r--vms/vms_fwrite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/vms_fwrite.c b/vms/vms_fwrite.c
index 921ac2d4..1a16f58c 100644
--- a/vms/vms_fwrite.c
+++ b/vms/vms_fwrite.c
@@ -77,7 +77,7 @@ tty_fwrite( const void *buf, size_t size, size_t number, FILE *file )
chan = file_num < _NFILE ? channel[file_num] : -1;
if (chan == 0) { /* if not initialized, need to assign a channel */
if (isatty(file_num) > 0 /* isatty: 1=yes, 0=no, -1=problem */
- && which_gawk != exe_debugging) {
+ && ! do_debug) {
Dsc device;
char devnam[255+1];