From 8cabdcb55d0a390ea45cfed631118af35796dac2 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Wed, 11 Feb 2015 12:33:54 -0800 Subject: Adding resource limit switch -C to 'sop'. --- src/misc/util/abc_global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/misc/util/abc_global.h') diff --git a/src/misc/util/abc_global.h b/src/misc/util/abc_global.h index ac7b2bf3..5cf351d4 100644 --- a/src/misc/util/abc_global.h +++ b/src/misc/util/abc_global.h @@ -214,7 +214,7 @@ typedef ABC_INT64_T iword; /// MACRO DEFINITIONS /// //////////////////////////////////////////////////////////////////////// -#define ABC_INFINITY (100000000) +#define ABC_INFINITY (1000000000) #define ABC_SWAP(Type, a, b) { Type t = a; a = b; b = t; } -- cgit v1.2.3