Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 11 Apr 2001 07:05:12 +0000 (07:05 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 11 Apr 2001 07:05:12 +0000 (07:05 +0000)
2001-04-08  Thorsten Kukuk  <kukuk@suse.de>

ChangeLog
locale/tst-C-locale.c

index 9446cb5..ccd31f2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-22001-04-08  Thorsten Kukuk  <kukuk@suse.de>
+2001-04-08  Thorsten Kukuk  <kukuk@suse.de>
 
        * sunrpc/rpc_main.c: If we compile RPC thread safe, allow
        rpcgen to generate thread safe code.
index 7bafcc5..9aa665a 100644 (file)
@@ -405,6 +405,7 @@ run_test (const char *locname)
         UCS4.  */
       for (c = 0; c < 128; ++c)
        {
+#undef CLASSTEST
 #define CLASSTEST(name) \
          if (isw##name (c) != __isw##name##_l (c, loc))                      \
            {                                                                 \
@@ -428,6 +429,7 @@ run_test (const char *locname)
          /* Character mapping tests.  Note that
             this only works because we know that the internal encoding is
             UCS4.  */
+#undef MAPTEST
 #define MAPTEST(name) \
          if (tow##name (c) != __tow##name##_l (c, loc))                      \
            {                                                                 \