grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

grep branch, master, updated. v2.6.3-59-g01b9539


From: Jim Meyering
Subject: grep branch, master, updated. v2.6.3-59-g01b9539
Date: Sat, 01 May 2010 16:18:25 +0000

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 "grep".

The branch, master has been updated
       via  01b9539e17aa4149a3bf59c972debf0339825453 (commit)
      from  c0db94ecb246e16d797538bfc25c2aee89032142 (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://git.savannah.gnu.org/cgit/grep.git/commit/?id=01b9539e17aa4149a3bf59c972debf0339825453


commit 01b9539e17aa4149a3bf59c972debf0339825453
Author: Jim Meyering <address@hidden>
Date:   Sat May 1 18:17:51 2010 +0200

    maint: remove useless #if HAVE_STDLIB_H
    
    * src/mbsupport.h: Don't test HAVE_STDLIB_H.

diff --git a/src/mbsupport.h b/src/mbsupport.h
index ce2007b..2750827 100644
--- a/src/mbsupport.h
+++ b/src/mbsupport.h
@@ -26,9 +26,7 @@
    The tests should be *all* the ones that are needed for an individual
    application.  */
 
-#ifdef HAVE_STDLIB_H
 #include <stdlib.h>
-#endif
 
 #if defined HAVE_WCSCOLL && defined HAVE_ISWCTYPE
 # define MBS_SUPPORT 1

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

Summary of changes:
 src/mbsupport.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
grep




reply via email to

[Prev in Thread] Current Thread [Next in Thread]