From: Dobrica Pavlinusic Date: Tue, 3 Jan 2006 17:27:32 +0000 (+0000) Subject: remove DEBUGf X-Git-Tag: 0.07_4~8 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=cb05dbacf896abb2a65a73328b1f2b3871734297;p=perl-fuse.git remove DEBUGf git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/fuse/perl-llin@71 6e4b0b00-1209-0410-87b2-b275959b5705 --- diff --git a/Fuse.xs b/Fuse.xs index 431c909..ff761dc 100644 --- a/Fuse.xs +++ b/Fuse.xs @@ -30,7 +30,7 @@ static inline void create_perl_context() { #include #undef DEBUGf -#if 1 +#if 0 #define DEBUGf(f, a...) fprintf(stderr, "%s:%d (%i): " f,__BASE_FILE__,__LINE__,sp-PL_stack_base ,##a ) #else #define DEBUGf(a...)