don’t clobber the tree used for printing IOACTs in process_TIF (LP: #907224)

This commit is contained in:
tg
2011-12-29 23:36:25 +00:00
parent bb51eee63c
commit 31bf077591
3 changed files with 336 additions and 13 deletions

4
sh.h
View File

@@ -151,9 +151,9 @@
#endif
#ifdef EXTERN
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.513 2011/12/29 22:54:21 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.514 2011/12/29 23:36:23 tg Exp $");
#endif
#define MKSH_VERSION "R40 2011/12/16"
#define MKSH_VERSION "R40 2011/12/29"
/* arithmetics types */
typedef int32_t mksh_ari_t;