delete 4 lines with unused "define" macros in test-memcmp
authorLiubov Dmitrieva <liubov.dmitrieva@gmail.com>
Fri, 7 Oct 2011 15:52:49 +0000 (11:52 -0400)
committerUlrich Drepper <drepper@gmail.com>
Fri, 7 Oct 2011 15:52:49 +0000 (11:52 -0400)
ChangeLog
string/test-memcmp.c

index a5b5a53..aa973c2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-10-07  Ulrich Drepper  <drepper@gmail.com>
+
+       * string/test-memcmp.c: Avoid unncessary #defines.
+       Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
+
 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
 
        * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
index c7f1574..4675bd9 100644 (file)
 # include <inttypes.h>
 # include <wchar.h>
 
-# define L(str) L##str
 # define MEMCMP wmemcmp
 # define MEMCPY wmemcpy
 # define SIMPLE_MEMCMP simple_wmemcmp
-# define STUPID_MEMCMP stupid_wmemcmp
 # define CHAR wchar_t
 # define MAX_CHAR 256000
 # define UCHAR uint32_t
 # define CHARBYTES 4
 #else
-# define L(str) str
 # define MEMCMP memcmp
 # define MEMCPY memcpy
 # define SIMPLE_MEMCMP simple_memcmp
-# define STUPID_MEMCMP stupid_memcmp
 # define CHAR char
 # define MAX_CHAR 255
 # define UCHAR unsigned char