fix llabs in g++ 3.3

This commit is contained in:
Glenn Maynard
2004-01-20 00:09:50 +00:00
parent 00b66343f5
commit 7df49d29b6
+4
View File
@@ -43,6 +43,10 @@
#include <stdint.h>
#endif
#if defined(NEED_CSTDLIB_WORKAROUND)
#define llabs ::llabs
#endif
#if defined(NEED_MINMAX_TEMPLATES)
/* Some old <algorithm>s don't actually define min and max. */
template<class T>