This is the mail archive of the libc-alpha@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]

[PATCH] Fix -Wundef warning for HAVE_OBSTACK


Remove the HAVE_OBSTACK macro check and include obstack check in
include path order since we don't have a copy of obstack.h in the
current directory.

Siddhesh

	* locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.

---
 locale/programs/simple-hash.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/locale/programs/simple-hash.c b/locale/programs/simple-hash.c
index ef371a0..8d087da 100644
--- a/locale/programs/simple-hash.c
+++ b/locale/programs/simple-hash.c
@@ -27,11 +27,7 @@
 #include <stdint.h>
 #include <sys/types.h>
 
-#if HAVE_OBSTACK
 # include <obstack.h>
-#else
-# include "obstack.h"
-#endif
 
 #ifdef HAVE_VALUES_H
 # include <values.h>
-- 
1.9.3

Attachment: pgpnnmLRKgfHK.pgp
Description: PGP signature


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