about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-04-11 07:05:12 +0000
committerUlrich Drepper <drepper@redhat.com>2001-04-11 07:05:12 +0000
commit9860e47f75c7b6d8e42968fb9b82e0ba1148af88 (patch)
treea57e30313595692f74276347699adc34f771b2ef
parent337c27f9bb997d516aa96ac3011fec2af4bc7330 (diff)
downloadglibc-9860e47f75c7b6d8e42968fb9b82e0ba1148af88.tar.gz
glibc-9860e47f75c7b6d8e42968fb9b82e0ba1148af88.tar.xz
glibc-9860e47f75c7b6d8e42968fb9b82e0ba1148af88.zip
Update.
2001-04-08  Thorsten Kukuk  <kukuk@suse.de>
-rw-r--r--ChangeLog2
-rw-r--r--locale/tst-C-locale.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9446cb5262..ccd31f2ca0 100644
--- 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.
diff --git a/locale/tst-C-locale.c b/locale/tst-C-locale.c
index 7bafcc58b7..9aa665aa6e 100644
--- a/locale/tst-C-locale.c
+++ b/locale/tst-C-locale.c
@@ -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))		      \
 	    {								      \