The R Project SVN R

Rev

Rev 50910 | Rev 65805 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 50910 Rev 50936
Line 177... Line 177...
177
# define tdelete libintl_tdelete
177
# define tdelete libintl_tdelete
178
# define twalk libintl_twalk
178
# define twalk libintl_twalk
179
# include "tsearch.h"
179
# include "tsearch.h"
180
#endif
180
#endif
181
 
181
 
182
#ifdef WIN64
-
 
183
extern void * tsearch (const void *key, void **vrootp,
-
 
184
		       int (*compar) (const void *, const void *));
-
 
185
#endif
-
 
186
 
-
 
187
#ifdef _LIBC
182
#ifdef _LIBC
188
# define tsearch __tsearch
183
# define tsearch __tsearch
189
#endif
184
#endif
190
 
185
 
191
/* Amount to increase buffer size by in each try.  */
186
/* Amount to increase buffer size by in each try.  */