diff options
Diffstat (limited to 'shared/common/vefl.c')
-rw-r--r-- | shared/common/vefl.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/shared/common/vefl.c b/shared/common/vefl.c index 19f37a2..b7230d5 100644 --- a/shared/common/vefl.c +++ b/shared/common/vefl.c @@ -19,12 +19,10 @@ #include "common/loud.h" #include "common/vefl.h" -#if 1 -#define VEFL_VERBOSE -#if 0 -#define VEFL_DEBUG -#endif +#ifdef KRZYSZCZ +//#define VEFL_DEBUG #endif +#define VEFL_VERBOSE /* on failure *vszp is not modified */ t_float *vefl_get(t_symbol *name, int *vszp, int indsp, t_pd *complain) |