aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-02-17 12:24:56 +0800
committerDan Winship <danw@src.gnome.org>2000-02-17 12:24:56 +0800
commit514b2de963c04ce463ff84a54933673be284ad45 (patch)
tree3421530c3cb25efd61d737967c318b186240efb9 /widgets
parenta646fdac36621c4450e00ad2121e4ac7a7d3993a (diff)
downloadgsoc2013-evolution-514b2de963c04ce463ff84a54933673be284ad45.tar.gz
gsoc2013-evolution-514b2de963c04ce463ff84a54933673be284ad45.tar.zst
gsoc2013-evolution-514b2de963c04ce463ff84a54933673be284ad45.zip
make <alloca.h> inclusion conditional on HAVE_ALLOCA_H
svn path=/trunk/; revision=1820
Diffstat (limited to 'widgets')
-rw-r--r--widgets/e-table/e-table.c2
-rw-r--r--widgets/table/e-table.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/widgets/e-table/e-table.c b/widgets/e-table/e-table.c
index efda8931d2..46531113e4 100644
--- a/widgets/e-table/e-table.c
+++ b/widgets/e-table/e-table.c
@@ -10,7 +10,9 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
+#ifdef HAVE_ALLOCA_H
#include <alloca.h>
+#endif
#include <stdio.h>
#include <libgnomeui/gnome-canvas.h>
#include <gtk/gtksignal.h>
diff --git a/widgets/table/e-table.c b/widgets/table/e-table.c
index efda8931d2..46531113e4 100644
--- a/widgets/table/e-table.c
+++ b/widgets/table/e-table.c
@@ -10,7 +10,9 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
+#ifdef HAVE_ALLOCA_H
#include <alloca.h>
+#endif
#include <stdio.h>
#include <libgnomeui/gnome-canvas.h>
#include <gtk/gtksignal.h>
pan>/+1 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1 * Mark as broken with gcc4.2.linimon2007-10-021-1/+7 * - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1 * Update my email address in all ports that I maintain.laszlof2006-11-071-1/+1 * Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-071-1/+1 * Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-2/+1 * - Add SHA256 to all ports submitter maintaingarga2005-11-111-0/+1 * Sync with new bsd.autotools.mkade2004-06-051-0/+1 * Add size data, approved by maintainers.trevor2004-03-191-0/+1 * Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1 * Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-062-1/+1 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1 * Update to 0.7arved2003-04-292-3/+3 * Convert to new GNOME infrastructure.marcus2003-04-061-1/+1 * De-pkg-comment.knu2003-02-212-1/+1 * "The Options.cpp was trying to open a file that does not exist,edwin2002-12-121-0/+33