fix silly DEPTH_RESET definition.

This commit is contained in:
Vitor Santos Costa 2010-07-20 11:20:57 +01:00
parent bc7f49c3b2
commit 396a0716c7

View File

@ -1046,7 +1046,7 @@ extern YAP_ULONG_LONG Yap_2opcount[_std_top + 1][_std_top + 1];
Make this into an even number so that the system will know Make this into an even number so that the system will know
it should ignore the depth limit it should ignore the depth limit
*/ */
#define RESET_DEPTH() DEPTH = MkIntTerm(MAX_ABS_INT-1) #define RESET_DEPTH() MkIntTerm(MAX_ABS_INT-1)
#else #else
#endif #endif