bug-grep
[Top][All Lists]
Advanced

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

[PATCH] maint: remove useless #if HAVE_STDLIB_H


From: Jim Meyering
Subject: [PATCH] maint: remove useless #if HAVE_STDLIB_H
Date: Sat, 01 May 2010 18:20:40 +0200

FYI,

>From 01b9539e17aa4149a3bf59c972debf0339825453 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Sat, 1 May 2010 18:17:51 +0200
Subject: [PATCH] maint: remove useless #if HAVE_STDLIB_H

* src/mbsupport.h: Don't test HAVE_STDLIB_H.
---
 src/mbsupport.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

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
--
1.7.1.328.g9993c




reply via email to

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