summaryrefslogtreecommitdiff
path: root/bin/ksh/tree.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-01-19 20:42:00 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-01-19 20:42:00 +0000
commit2f624c868b5a44e93b0e9866f57e6ff187f54f64 (patch)
treee26638c74f16c5056262715cfe09c002434d1788 /bin/ksh/tree.h
parentfc018f8ac5eb7797e4de7700a5bccce0547eb6a5 (diff)
Updates from pdksh-unstable-5.2.13.7. Most notable change is:
trap: exit traps now executed in subshells (without explicit exit call). See the Changelog for a full list of changes.
Diffstat (limited to 'bin/ksh/tree.h')
-rw-r--r--bin/ksh/tree.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/ksh/tree.h b/bin/ksh/tree.h
index 859d537f0ef..aac076565b3 100644
--- a/bin/ksh/tree.h
+++ b/bin/ksh/tree.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tree.h,v 1.4 1998/10/29 04:09:21 millert Exp $ */
+/* $OpenBSD: tree.h,v 1.5 1999/01/19 20:41:56 millert Exp $ */
/*
* command trees for compile/execute
@@ -106,6 +106,7 @@ struct ioword {
#define XCCLOSE BIT(7) /* exchild: close close_fd in child */
#define XERROK BIT(8) /* non-zero exit ok (for set -e) */
#define XCOPROC BIT(9) /* starting a co-process */
+#define XINTACT BIT(10) /* OS2: proc started from interactive session */
/*
* flags to control expansion of words (assumed by t->evalflags to fit