can test wraparound not in lksh

This commit is contained in:
tg 2013-04-27 18:56:41 +00:00
parent dc94c3d205
commit 0fb44301ef
1 changed files with 2 additions and 2 deletions

4
main.c
View File

@ -34,7 +34,7 @@
#include <locale.h>
#endif
__RCSID("$MirOS: src/bin/mksh/main.c,v 1.262 2013/04/26 21:22:46 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/main.c,v 1.263 2013/04/27 18:56:41 tg Exp $");
extern char **environ;
@ -411,7 +411,7 @@ main_init(int argc, const char *argv[], Source **sp, struct block **lp)
return (1);
}
#ifdef DEBUG
#if defined(DEBUG) && !defined(MKSH_LEGACY_MODE)
/* test wraparound of arithmetic types */
{
volatile long xl;