aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-debug.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-04-06 20:11:59 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-04-06 20:11:59 +0800
commitb732ab2d9d5e46ee20657bb891a90c31e4060e89 (patch)
tree399a70e185d74e3caf19964d099d23e8ec241859 /camel/camel-debug.c
parent42ee7e99cfcbc523cc99b421646c9797112a2fa4 (diff)
downloadgsoc2013-evolution-b732ab2d9d5e46ee20657bb891a90c31e4060e89.tar
gsoc2013-evolution-b732ab2d9d5e46ee20657bb891a90c31e4060e89.tar.gz
gsoc2013-evolution-b732ab2d9d5e46ee20657bb891a90c31e4060e89.tar.bz2
gsoc2013-evolution-b732ab2d9d5e46ee20657bb891a90c31e4060e89.tar.lz
gsoc2013-evolution-b732ab2d9d5e46ee20657bb891a90c31e4060e89.tar.xz
gsoc2013-evolution-b732ab2d9d5e46ee20657bb891a90c31e4060e89.tar.zst
gsoc2013-evolution-b732ab2d9d5e46ee20657bb891a90c31e4060e89.zip
#if 0 out the sys/debugreg stuff.
2004-04-06 Not Zed <NotZed@Ximian.com> * camel-debug.c: #if 0 out the sys/debugreg stuff. svn path=/trunk/; revision=25334
Diffstat (limited to 'camel/camel-debug.c')
-rw-r--r--camel/camel-debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-debug.c b/camel/camel-debug.c
index 77a5d1cf8b..da97e0ba8f 100644
--- a/camel/camel-debug.c
+++ b/camel/camel-debug.c
@@ -153,9 +153,9 @@ camel_debug_end(void)
pthread_mutex_unlock(&debug_lock);
}
+#if 0
#include <sys/debugreg.h>
-#if 0
static unsigned
i386_length_and_rw_bits (int len, enum target_hw_bp_type type)
{