aboutsummaryrefslogtreecommitdiffstats
path: root/code/game/bg_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/game/bg_lib.c')
-rw-r--r--code/game/bg_lib.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/code/game/bg_lib.c b/code/game/bg_lib.c
index bf1ac1e..140d18a 100644
--- a/code/game/bg_lib.c
+++ b/code/game/bg_lib.c
@@ -269,9 +269,6 @@ char *strstr( const char *string, const char *strCharSet ) {
}
#endif // bk001211
-// bk001120 - presumably needed for Mac
-//#if !defined(_MSC_VER) && !defined(__linux__)
-// bk001127 - undid undo
#if defined ( Q3_VM )
int tolower( int c ) {
if ( c >= 'A' && c <= 'Z' ) {
@@ -914,10 +911,6 @@ double _atof( const char **stringPtr ) {
}
-// bk001120 - presumably needed for Mac
-//#if !defined ( _MSC_VER ) && ! defined ( __linux__ )
-
-// bk001127 - undid undo
#if defined ( Q3_VM )
int atoi( const char *string ) {
int sign;