Commit 28e8847c authored by tsmith@quadxeon.mysql.com's avatar tsmith@quadxeon.mysql.com
Browse files
into  quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/50
parents 6758b720 6cb4282f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ Created 1/8/1996 Heikki Tuuri
#include "rem0cmp.h"

/* Implement isspace() in a locale-independent way. (Bug #24299) */
#define ib_isspace(c) strchr(" \v\f\t\r\n", c)
#define ib_isspace(c) ((char) (c) && strchr(" \v\f\t\r\n", c))

dict_sys_t*	dict_sys	= NULL;	/* the dictionary system */

+1 −1

File changed.

Contains only whitespace changes.