summaryrefslogtreecommitdiffstats
path: root/warp/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'warp/util.h')
-rw-r--r--warp/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/warp/util.h b/warp/util.h
index 9ae4332c..65381869 100644
--- a/warp/util.h
+++ b/warp/util.h
@@ -54,7 +54,7 @@ void movc3();
void no_can_do();
int exdis();
-EXT bool waiting INIT(FALSE); /* are we waiting for subprocess (in doshell)? */
+#define waiting 0
#ifdef NOTDEF
EXT int len_last_line_got INIT(0);