From 7df49d29b63c192f1d690dd692634eb63ec9ec94 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 20 Jan 2004 00:09:50 +0000 Subject: [PATCH] fix llabs in g++ 3.3 --- stepmania/src/global.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stepmania/src/global.h b/stepmania/src/global.h index 5bc4c02453..551aec70ff 100644 --- a/stepmania/src/global.h +++ b/stepmania/src/global.h @@ -43,6 +43,10 @@ #include #endif +#if defined(NEED_CSTDLIB_WORKAROUND) +#define llabs ::llabs +#endif + #if defined(NEED_MINMAX_TEMPLATES) /* Some old s don't actually define min and max. */ template