diff options
author | Joe Shaw <joe@helixcode.com> | 2000-12-13 08:53:37 +0800 |
---|---|---|
committer | Joe Shaw <joeshaw@src.gnome.org> | 2000-12-13 08:53:37 +0800 |
commit | a0f7893035270cdb5d9672b2d6f17b706fc0467e (patch) | |
tree | e2aec541a6c9bd3e874ea19584b3521a2d640d10 | |
parent | 945566cd35ff992d83a542a1ca2c26ff01939516 (diff) | |
download | gsoc2013-evolution-a0f7893035270cdb5d9672b2d6f17b706fc0467e.tar gsoc2013-evolution-a0f7893035270cdb5d9672b2d6f17b706fc0467e.tar.gz gsoc2013-evolution-a0f7893035270cdb5d9672b2d6f17b706fc0467e.tar.bz2 gsoc2013-evolution-a0f7893035270cdb5d9672b2d6f17b706fc0467e.tar.lz gsoc2013-evolution-a0f7893035270cdb5d9672b2d6f17b706fc0467e.tar.xz gsoc2013-evolution-a0f7893035270cdb5d9672b2d6f17b706fc0467e.tar.zst gsoc2013-evolution-a0f7893035270cdb5d9672b2d6f17b706fc0467e.zip |
#if 0ed out some #if 1ed test code that was breaking my build by
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!
svn path=/trunk/; revision=6959
-rw-r--r-- | libical/ChangeLog | 5 | ||||
-rw-r--r-- | libical/src/libical/icalrecur.c | 2 |
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() |