This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.14-331-g4262222


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  42622229a9377dccd832059a4ce1053f4c2c9f3d (commit)
      from  66fb11b1da6b56a78c09e8b5802ace4f10189dca (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=42622229a9377dccd832059a4ce1053f4c2c9f3d

commit 42622229a9377dccd832059a4ce1053f4c2c9f3d
Author: Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
Date:   Fri Oct 7 11:52:49 2011 -0400

    delete 4 lines with unused "define" macros in test-memcmp

diff --git a/ChangeLog b/ChangeLog
index a5b5a53..aa973c2 100644
--- 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.
diff --git a/string/test-memcmp.c b/string/test-memcmp.c
index c7f1574..4675bd9 100644
--- a/string/test-memcmp.c
+++ b/string/test-memcmp.c
@@ -25,21 +25,17 @@
 # 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

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog            |    5 +++++
 string/test-memcmp.c |    4 ----
 2 files changed, 5 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]