gobject-introspection r458 - trunk/giscanner



Author: johan
Date: Fri Aug 22 20:06:17 2008
New Revision: 458
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=458&view=rev

Log:
undef instead of define xxx 0

Modified:
   trunk/giscanner/Makefile.am

Modified: trunk/giscanner/Makefile.am
==============================================================================
--- trunk/giscanner/Makefile.am	(original)
+++ trunk/giscanner/Makefile.am	Fri Aug 22 20:06:17 2008
@@ -71,8 +71,8 @@
 glibconfig-scanner.h:
 	cat $(GLIBCONFIG) \
 	| sed s/__G_LIBCONFIG_H__/__G_LIBCONFIG_SCANNER_H__/g \
-	| sed s/define\ G_HAVE_ISO_VARARGS\ 1/define\ G_HAVE_ISO_VARARGS\ 0/g \
-	| sed s/define\ G_HAVE_GNUC_VARARGS\ 1/define\ G_HAVE_GNUC_VARARGS\ 0/g \
+	| sed s/define\ G_HAVE_ISO_VARARGS\ 1/undef\ G_HAVE_ISO_VARARGS/g \
+	| sed s/define\ G_HAVE_GNUC_VARARGS\ 1/undef\ G_HAVE_GNUC_VARARGS/g \
         > $(top_builddir)/giscanner/$@
 
 gidir = $(includedir)/gobject-introspection-1.0/



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