vte r2113 - trunk/src
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: vte r2113 - trunk/src
- Date: Mon, 13 Oct 2008 11:46:12 +0000 (UTC)
Author: chpe
Date: Mon Oct 13 11:46:12 2008
New Revision: 2113
URL: http://svn.gnome.org/viewvc/vte?rev=2113&view=rev
Log:
Fix missing prorotypes compiler warning in marshal.c.
Modified:
trunk/src/Makefile.am
Modified: trunk/src/Makefile.am
==============================================================================
--- trunk/src/Makefile.am (original)
+++ trunk/src/Makefile.am Mon Oct 13 11:46:12 2008
@@ -132,7 +132,7 @@
CLEANFILES = marshal.c marshal.h vtetypebuiltins.c vtetypebuiltins.h stamp-vtetypebuiltins.h
marshal.c marshal.h: marshal.list
- $(GLIB_GENMARSHAL) --prefix=_vte_marshal --body $(GLIB_GENMARSHAL_INTERNAL) $^ > marshal.c
+ $(GLIB_GENMARSHAL) --prefix=_vte_marshal --header --body $(GLIB_GENMARSHAL_INTERNAL) $^ > marshal.c
$(GLIB_GENMARSHAL) --prefix=_vte_marshal --header $(GLIB_GENMARSHAL_INTERNAL) $^ > marshal.h
vtetypebuiltins.h: stamp-vtetypebuiltins.h
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]