From cdf7b753ad65d18286ecd05f282c6e871eb10f5b Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 22 Apr 2009 04:21:59 +0000 Subject: turned off debugging messages and added setup version post svn path=/trunk/externals/hcs/; revision=11091 --- helppath.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/helppath.c b/helppath.c index acf8756..1fb05c2 100644 --- a/helppath.c +++ b/helppath.c @@ -38,8 +38,8 @@ static char *version = "$Revision: 1.1 $"; -//#define DEBUG(x) -#define DEBUG(x) x +#define DEBUG(x) +//#define DEBUG(x) x /*------------------------------------------------------------------------------ * CLASS DEF @@ -127,5 +127,10 @@ void helppath_setup(void) gensym("reset"), 0); class_addmethod(helppath_class,(t_method) helppath_add,gensym("add"), A_DEFSYMBOL, 0); + + post("[helppath] %s", version); + post("\tcompiled on "__DATE__" at "__TIME__ " "); + post("\tcompiled against Pd version %d.%d.%d", PD_MAJOR_VERSION, + PD_MINOR_VERSION, PD_BUGFIX_VERSION); } -- cgit v1.2.1