diff options
author | 0 <NotZed@Ximian.com> | 2001-09-21 08:14:07 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-09-21 08:14:07 +0800 |
commit | b854297a3ab88c6167b2369f507f4a61a80680fd (patch) | |
tree | 241459c1bfc27c30f2e2aebe5104d910f4abf996 | |
parent | 43749203a5eb71f77a35c292badce43902237a6b (diff) | |
download | gsoc2013-evolution-b854297a3ab88c6167b2369f507f4a61a80680fd.tar gsoc2013-evolution-b854297a3ab88c6167b2369f507f4a61a80680fd.tar.gz gsoc2013-evolution-b854297a3ab88c6167b2369f507f4a61a80680fd.tar.bz2 gsoc2013-evolution-b854297a3ab88c6167b2369f507f4a61a80680fd.tar.lz gsoc2013-evolution-b854297a3ab88c6167b2369f507f4a61a80680fd.tar.xz gsoc2013-evolution-b854297a3ab88c6167b2369f507f4a61a80680fd.tar.zst gsoc2013-evolution-b854297a3ab88c6167b2369f507f4a61a80680fd.zip |
Turn off the o(x) debug set.
2001-09-20 <NotZed@Ximian.com>
* ibex_block.c: Turn off the o(x) debug set.
svn path=/trunk/; revision=13032
-rw-r--r-- | libibex/ChangeLog | 4 | ||||
-rw-r--r-- | libibex/ibex_block.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libibex/ChangeLog b/libibex/ChangeLog index 394b2e7aa9..c44eec4601 100644 --- a/libibex/ChangeLog +++ b/libibex/ChangeLog @@ -1,3 +1,7 @@ +2001-09-20 <NotZed@Ximian.com> + + * ibex_block.c: Turn off the o(x) debug set. + 2001-09-17 <NotZed@Ximian.com> * disktail.c (tail_space): Fix the tail space calculation, it diff --git a/libibex/ibex_block.c b/libibex/ibex_block.c index 23b225cbc6..44d2a4ba15 100644 --- a/libibex/ibex_block.c +++ b/libibex/ibex_block.c @@ -10,7 +10,7 @@ #include "ibex_internal.h" #define d(x) -#define o(x) x +#define o(x) static void ibex_reset(ibex *ib); static int close_backend(ibex *ib); |