aboutsummaryrefslogtreecommitdiffstats
path: root/libibex
diff options
context:
space:
mode:
author0 <NotZed@Ximian.com>2001-09-21 08:15:58 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-09-21 08:15:58 +0800
commited68662d87218b26f71db339b2ab6b6115132a9d (patch)
tree36f63ea96a86097e36e915b568ecb4bcce73c0b2 /libibex
parentb854297a3ab88c6167b2369f507f4a61a80680fd (diff)
downloadgsoc2013-evolution-ed68662d87218b26f71db339b2ab6b6115132a9d.tar
gsoc2013-evolution-ed68662d87218b26f71db339b2ab6b6115132a9d.tar.gz
gsoc2013-evolution-ed68662d87218b26f71db339b2ab6b6115132a9d.tar.bz2
gsoc2013-evolution-ed68662d87218b26f71db339b2ab6b6115132a9d.tar.lz
gsoc2013-evolution-ed68662d87218b26f71db339b2ab6b6115132a9d.tar.xz
gsoc2013-evolution-ed68662d87218b26f71db339b2ab6b6115132a9d.tar.zst
gsoc2013-evolution-ed68662d87218b26f71db339b2ab6b6115132a9d.zip
Turn off the o(x) debug set, & include alloca.h & config.h.
2001-09-20 <NotZed@Ximian.com> * ibex_block.c: Turn off the o(x) debug set, & include alloca.h & config.h. svn path=/trunk/; revision=13033
Diffstat (limited to 'libibex')
-rw-r--r--libibex/ChangeLog3
-rw-r--r--libibex/ibex_block.c8
2 files changed, 10 insertions, 1 deletions
diff --git a/libibex/ChangeLog b/libibex/ChangeLog
index c44eec4601..2f5a1e27af 100644
--- a/libibex/ChangeLog
+++ b/libibex/ChangeLog
@@ -1,6 +1,7 @@
2001-09-20 <NotZed@Ximian.com>
- * ibex_block.c: Turn off the o(x) debug set.
+ * ibex_block.c: Turn off the o(x) debug set, & include alloca.h &
+ config.h.
2001-09-17 <NotZed@Ximian.com>
diff --git a/libibex/ibex_block.c b/libibex/ibex_block.c
index 44d2a4ba15..112ae140e2 100644
--- a/libibex/ibex_block.c
+++ b/libibex/ibex_block.c
@@ -1,4 +1,8 @@
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <glib.h>
#include <stdio.h>
@@ -7,6 +11,10 @@
#include <string.h>
#include <errno.h>
+#ifdef HAVE_ALLOCA_H
+#include <alloca.h>
+#endif
+
#include "ibex_internal.h"
#define d(x)