can test wraparound not in lksh
This commit is contained in:
parent
dc94c3d205
commit
0fb44301ef
4
main.c
4
main.c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user