X-Git-Url: http://git.buserror.net/cgi-bin/gitweb.cgi?p=polintos%2Fscott%2Fpriv.git;a=blobdiff_plain;f=include%2Fc%2B%2B%2Futil%2Fassert.h;h=43e80b9163ad6a70a77b71ae3f90cc53c74ae0f2;hp=fdff3b3d85b901b4b932917dc165e82f389ba703;hb=b5cbe98949d5b279965d607c9618d404b26d4760;hpb=d32da4b91b9a403ae9d65c48fbb25c1abbb5083f diff --git a/include/c++/util/assert.h b/include/c++/util/assert.h index fdff3b3..43e80b9 100644 --- a/include/c++/util/assert.h +++ b/include/c++/util/assert.h @@ -1,6 +1,10 @@ #ifndef _UTIL_ASSERT_H #define _UTIL_ASSERT_H +#ifndef _UTIL_ASSERT_LEVEL +#define _UTIL_ASSERT_LEVEL 1 +#endif + namespace Assert { enum { Always = 0,