I really should test my shit before committing.

This commit is contained in:
Ben "root" Anderson
2013-10-25 18:11:57 -05:00
parent 3a730b3c3c
commit ad404950ef
+1
View File
@@ -250,6 +250,7 @@ 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. */