can test wraparound not in lksh
This commit is contained in:
		
							
								
								
									
										4
									
								
								main.c
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								main.c
									
									
									
									
									
								
							| @@ -34,7 +34,7 @@ | |||||||
| #include <locale.h> | #include <locale.h> | ||||||
| #endif | #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; | extern char **environ; | ||||||
|  |  | ||||||
| @@ -411,7 +411,7 @@ main_init(int argc, const char *argv[], Source **sp, struct block **lp) | |||||||
| 			return (1); | 			return (1); | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
| #ifdef DEBUG | #if defined(DEBUG) && !defined(MKSH_LEGACY_MODE) | ||||||
| 	/* test wraparound of arithmetic types */ | 	/* test wraparound of arithmetic types */ | ||||||
| 	{ | 	{ | ||||||
| 		volatile long xl; | 		volatile long xl; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user