Revision: 9636 http://pure-data.svn.sourceforge.net/pure-data/?rev=9636&view=rev Author: mukau Date: 2008-03-28 04:49:00 -0700 (Fri, 28 Mar 2008)
Log Message: ----------- + removed class_sethelpsymbol() calls
Modified Paths: -------------- trunk/externals/moocow/pdstring/src/any2string.c trunk/externals/moocow/pdstring/src/pdstring.c trunk/externals/moocow/pdstring/src/string2any.c
Modified: trunk/externals/moocow/pdstring/src/any2string.c =================================================================== --- trunk/externals/moocow/pdstring/src/any2string.c 2008-03-28 02:17:07 UTC (rev 9635) +++ trunk/externals/moocow/pdstring/src/any2string.c 2008-03-28 11:49:00 UTC (rev 9636) @@ -4,7 +4,7 @@ * Author: Bryan Jurish moocow@ling.uni-potsdam.de * Description: convert pd messages to strings (dynamic allocation) * - * Copyright (c) 2004 - 2007 Bryan Jurish. + * Copyright (c) 2004 - 2008 Bryan Jurish. * * For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file "COPYING", in this distribution. @@ -222,7 +222,7 @@
//-- help symbol - class_sethelpsymbol(any2string_class, gensym("any2string-help.pd")); + //class_sethelpsymbol(any2string_class, gensym("any2string-help.pd")); //-- breaks pd-extended help lookup }
/*--------------------------------------------------------------------
Modified: trunk/externals/moocow/pdstring/src/pdstring.c =================================================================== --- trunk/externals/moocow/pdstring/src/pdstring.c 2008-03-28 02:17:07 UTC (rev 9635) +++ trunk/externals/moocow/pdstring/src/pdstring.c 2008-03-28 11:49:00 UTC (rev 9636) @@ -4,7 +4,7 @@ * Author: Bryan Jurish moocow@ling.uni-potsdam.de * Description: pd string conversions : library * - * Copyright (c) 2004-2006 Bryan Jurish. + * Copyright (c) 2004-2008 Bryan Jurish. * * For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file "COPYING", in this distribution. @@ -104,5 +104,5 @@ class_addmethod(pdstring_class, (t_method)pdstring_help, gensym("help"), A_NULL);
//-- help symbol - class_sethelpsymbol(pdstring_class, gensym("pdstring-help.pd")); + //class_sethelpsymbol(pdstring_class, gensym("pdstring-help.pd")); //-- breaks pd-extended help lookup }
Modified: trunk/externals/moocow/pdstring/src/string2any.c =================================================================== --- trunk/externals/moocow/pdstring/src/string2any.c 2008-03-28 02:17:07 UTC (rev 9635) +++ trunk/externals/moocow/pdstring/src/string2any.c 2008-03-28 11:49:00 UTC (rev 9636) @@ -4,7 +4,7 @@ * Author: Bryan Jurish moocow@ling.uni-potsdam.de * Description: convert strings to pd messages * - * Copyright (c) 2004 Bryan Jurish. + * Copyright (c) 2004-2008 Bryan Jurish. * * For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file "COPYING", in this distribution. @@ -233,7 +233,7 @@
//-- help symbol - class_sethelpsymbol(string2any_class, gensym("string2any-help.pd")); + //class_sethelpsymbol(string2any_class, gensym("string2any-help.pd")); //-- breaks pd-extended help lookup }
/*--------------------------------------------------------------------
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.