From a823a03370e6eb4b709c4c3897d4c213a654cfdb Mon Sep 17 00:00:00 2001 From: tg Date: Mon, 23 Apr 2007 14:04:38 +0000 Subject: [PATCH] part of the AIX clean-up with help of on freenode (Kurt) --- sh.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sh.h b/sh.h index 2de4924..edf4326 100644 --- a/sh.h +++ b/sh.h @@ -8,7 +8,7 @@ /* $OpenBSD: c_test.h,v 1.4 2004/12/20 11:34:26 otto Exp $ */ /* $OpenBSD: tty.h,v 1.5 2004/12/20 11:34:26 otto Exp $ */ -#define MKSH_SH_H_ID "$MirOS: src/bin/mksh/sh.h,v 1.124 2007/04/17 23:51:32 tg Exp $" +#define MKSH_SH_H_ID "$MirOS: src/bin/mksh/sh.h,v 1.125 2007/04/23 14:04:38 tg Exp $" #define MKSH_VERSION "R29 2007/04/17" #if HAVE_SYS_PARAM_H @@ -178,6 +178,8 @@ typedef int bool; #define NSIG _NSIG #endif +#undef BAD /* AIX defines that somewhere */ + /* OS-dependent additions */ #if !HAVE_SETMODE