view patches/popt-no-wchar-hack.patch @ 6512:ccc20ae889ca default tip guix

mingw::guile-2.0.7 builds.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Thu, 24 Mar 2016 08:03:39 +0100
parents 869d70da5755
children
line wrap: on
line source

--- popt-1.14/popthelp.c~	2008-03-27 18:33:08.000000000 +0100
+++ popt-1.14/popthelp.c	2009-02-11 09:14:40.000000000 +0100
@@ -15,7 +15,7 @@
 #include <sys/ioctl.h>
 #endif
 
-#define	POPT_WCHAR_HACK
+#undef POPT_WCHAR_HACK
 #ifdef 	POPT_WCHAR_HACK
 #include <wchar.h>			/* for mbsrtowcs */
 /*@access mbstate_t @*/