From 1b6023614754aa1f11480b642cb13f27d90ffb36 Mon Sep 17 00:00:00 2001 From: "Ben \"root\" Anderson" Date: Fri, 25 Oct 2013 19:11:34 -0500 Subject: [PATCH] Revert "I really should test my shit before committing." This reverts commit ad404950ef8cf82ae5430a277133fb40594a794c. --- src/global.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/global.h b/src/global.h index 6669285d85..f2c2766d1a 100644 --- a/src/global.h +++ b/src/global.h @@ -250,7 +250,6 @@ inline float strtof( const char *s, char **se ) { return (float) strtod( s, se ) #else #error Inline assembly not implemented for your compiler. #endif -#endif /* Don't include our own headers here, since they tend to change often. */