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 /libibex/ibex_block.c | |
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
Diffstat (limited to 'libibex/ibex_block.c')
-rw-r--r-- | libibex/ibex_block.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |