Imported from ../bash-3.2.tar.gz.
[platform/upstream/bash.git] / bashjmp.h
index 12173e1..f77e7b9 100644 (file)
--- a/bashjmp.h
+++ b/bashjmp.h
@@ -38,5 +38,6 @@ extern procenv_t      return_catch;   /* used by `return' builtin */
 #define DISCARD                2       /* Discard current command. */
 #define EXITPROG       3       /* Unconditionally exit the program now. */
 #define ERREXIT                4       /* Exit due to error condition */       
+#define SIGEXIT                5       /* Exit due to fatal terminating signal */
 
 #endif /* _BASHJMP_H_ */