svn path=/trunk/yasm/; revision=183
#include "util.h"
+RCSID("$IdPath$");
+
#ifdef USE_OUR_OWN_STRCASECMP
#if defined(LIBC_SCCS) && !defined(lint)
# include <ctype.h>
#endif
-RCSID("$IdPath$");
-
int
strcasecmp(const char *s1, const char *s2)
{
#ifdef __RCSID
# define RCSID(s) __RCSID(s)
#else
-# define RCSID(s) static const char rcsid[] = s;
+# define RCSID(s) static const char rcsid[] = s
#endif
#endif
#include "util.h"
+RCSID("$IdPath$");
+
#ifdef USE_OUR_OWN_STRCASECMP
#if defined(LIBC_SCCS) && !defined(lint)
# include <ctype.h>
#endif
-RCSID("$IdPath$");
-
int
strcasecmp(const char *s1, const char *s2)
{
#ifdef __RCSID
# define RCSID(s) __RCSID(s)
#else
-# define RCSID(s) static const char rcsid[] = s;
+# define RCSID(s) static const char rcsid[] = s
#endif
#endif
#ifdef __RCSID
# define RCSID(s) __RCSID(s)
#else
-# define RCSID(s) static const char rcsid[] = s;
+# define RCSID(s) static const char rcsid[] = s
#endif
#endif