aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libical/ChangeLog5
-rw-r--r--libical/src/libical/icalrecur.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/libical/ChangeLog b/libical/ChangeLog
index 6f3a048ece..68ad5ec0d7 100644
--- a/libical/ChangeLog
+++ b/libical/ChangeLog
@@ -1,3 +1,8 @@
+2000-12-12 Joe Shaw <joe@helixcode.com>
+
+ * src/libical/icalrecur.c: #if 0ed out some #if 1ed test code that
+ was breaking my build by #including ical.h. No cookie!
+
2000-12-12 Dan Winship <danw@helixcode.com>
* configure.in: Add a check for "extern int timezone;" vs struct
diff --git a/libical/src/libical/icalrecur.c b/libical/src/libical/icalrecur.c
index 9ec1b699c0..6a9bfcd011 100644
--- a/libical/src/libical/icalrecur.c
+++ b/libical/src/libical/icalrecur.c
@@ -540,7 +540,7 @@ void increment_second(struct icalrecur_iterator_impl* impl, int inc)
}
}
-#if 1
+#if 0
#include "ical.h"
void test_increment()
ebsd-ports-gnome/commit/graphics/xoris?id=242481663d765115bbed1b98f75cfc963c25882b'>- Switch to options helpersDmitry Marakasov2015-08-271-5/+1 * Cleanup plistBaptiste Daroussin2014-10-211-1/+0 * Remove trailing whitespaces from category graphicsEmanuel Haupt2014-02-211-1/+1 * According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+2 * Support stageBaptiste Daroussin2013-12-281-8/+3 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...Baptiste Daroussin2013-09-211-0/+1 * Remove USE_IMAKE leftoverBaptiste Daroussin2013-06-291-1/+0 * Convert to USES=imakeBaptiste Daroussin2013-06-291-8/+7 * -remove MD5Olli Hauer2011-07-03