Commit d4df6882 authored by Sam Lantinga's avatar Sam Lantinga

Removed stray C++ comment

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402644
parent 3858fed0
...@@ -114,7 +114,7 @@ typedef unsigned long long uint64_t; ...@@ -114,7 +114,7 @@ typedef unsigned long long uint64_t;
#define HAVE_CALLOC 1 #define HAVE_CALLOC 1
#define HAVE_REALLOC 1 #define HAVE_REALLOC 1
#define HAVE_FREE 1 #define HAVE_FREE 1
//#define HAVE_ALLOCA 1 /*#define HAVE_ALLOCA 1*/
#define HAVE_QSORT 1 #define HAVE_QSORT 1
#define HAVE_ABS 1 #define HAVE_ABS 1
#define HAVE_MEMSET 1 #define HAVE_MEMSET 1
...@@ -135,7 +135,7 @@ typedef unsigned long long uint64_t; ...@@ -135,7 +135,7 @@ typedef unsigned long long uint64_t;
#define HAVE_ATOF 1 #define HAVE_ATOF 1
#define HAVE_STRCMP 1 #define HAVE_STRCMP 1
#define HAVE_STRNCMP 1 #define HAVE_STRNCMP 1
//#define HAVE__STRICMP 1 /*#define HAVE__STRICMP 1*/
#define HAVE__STRNICMP 1 #define HAVE__STRNICMP 1
#define HAVE_SSCANF 1 #define HAVE_SSCANF 1
#define HAVE_STDARG_H 1 #define HAVE_STDARG_H 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment