mirror of
https://github.com/gnustep/libs-performance.git
synced 2025-02-21 02:41:01 +00:00
comment out obsolete include
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/performance/trunk@32000 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a99466d7c4
commit
49ba03b2a9
1 changed files with 3 additions and 1 deletions
|
@ -28,9 +28,11 @@
|
|||
#include <string.h>
|
||||
#include "GSIndexedSkipList.h"
|
||||
|
||||
/* This no longer seems to be needed/correct
|
||||
#if defined(__MINGW32__)
|
||||
#include <cstdlib.h> /* declares rand() */
|
||||
#include <cstdlib.h> // declares rand()
|
||||
#endif
|
||||
*/
|
||||
|
||||
#define PrettyErr(x) do { fprintf(stderr, "%s:%i: %s\n",__FILE__, __LINE__, x); exit(EXIT_FAILURE); } while (0)
|
||||
|
||||
|
|
Loading…
Reference in a new issue