projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0c0d5c
)
disabled debugging messages
author
Mark Glines
<mark@glines.org>
Fri, 19 Apr 2002 05:37:54 +0000
(
05:37
+0000)
committer
Mark Glines
<mark@glines.org>
Fri, 19 Apr 2002 05:37:54 +0000
(
05:37
+0000)
perl/Fuse.xs
patch
|
blob
|
history
diff --git
a/perl/Fuse.xs
b/perl/Fuse.xs
index 099ec9e4f22ca9d63860ebc1b543de38c9170c1c..f062a63cefdc39e1d3170cf2592fc91b54e20d85 100644
(file)
--- a/
perl/Fuse.xs
+++ b/
perl/Fuse.xs
@@
-5,7
+5,7
@@
#include <fuse.h>
#undef DEBUGf
-#if
1
+#if
0
#define DEBUGf(f, a...) fprintf(stderr, "%s:%d (%i): " f,__BASE_FILE__,__LINE__,PL_stack_sp-PL_stack_base ,##a )
#else
#define DEBUGf(a...)