]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - input.h
Bash-4.3 patch 7
[thirdparty/bash.git] / input.h
diff --git a/input.h b/input.h
index 834626ae1af99a0f2e93225bad788365c76cd88e..0cbfcbee7b7ea3052962d953e07f761a19f8d3d9 100644 (file)
--- a/input.h
+++ b/input.h
@@ -48,6 +48,7 @@ enum stream_type {st_none, st_stdin, st_stream, st_string, st_bstream};
 #define B_ERROR                0x02
 #define B_UNBUFF       0x04
 #define B_WASBASHINPUT 0x08
+#define B_TEXT         0x10
 
 /* A buffered stream.  Like a FILE *, but with our own buffering and
    synchronization.  Look in input.c for the implementation. */