at least _parse_ the construct ${foo+(bar)} correctly

(whether the output is correct is still up for debate)
This commit is contained in:
tg
2010-02-18 17:31:23 +00:00
parent 0d1083fc9c
commit 5beee95d6b
3 changed files with 95 additions and 6 deletions

4
sh.h
View File

@ -150,9 +150,9 @@
#endif
#ifdef EXTERN
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.380 2010/01/29 09:34:30 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.381 2010/02/18 17:31:23 tg Exp $");
#endif
#define MKSH_VERSION "R39 2010/01/29"
#define MKSH_VERSION "R39 2010/02/18"
#ifndef MKSH_INCLUDES_ONLY