From 486cb8958d1a99a3cbe98e3904256e7268533b00 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sat, 10 Feb 2007 03:18:39 +0000 Subject: fixed break condition for some loop constructs adapt to new flext version resurrected help message functionality fixed broken help file names svn path=/trunk/; revision=7415 --- externals/grill/vasp/source/classes.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'externals/grill/vasp/source/classes.h') diff --git a/externals/grill/vasp/source/classes.h b/externals/grill/vasp/source/classes.h index f7ccc91b..7ce64c74 100644 --- a/externals/grill/vasp/source/classes.h +++ b/externals/grill/vasp/source/classes.h @@ -2,7 +2,7 @@ VASP modular - vector assembling signal processor / objects for Max/MSP and PD -Copyright (c) 2002 Thomas Grill (xovo@gmx.net) +Copyright (c) 2002-2007 Thomas Grill (gr@grrrr.org) For information on usage and redistribution, and for a DISCLAIMER OF ALL WARRANTIES, see the file, "license.txt," in this distribution. @@ -271,7 +271,7 @@ protected: \ } \ virtual V m_help() { post("%s - " help,thisName()); } \ }; \ -FLEXT_LIB("vasp," name,vasp_##op) +FLEXT_LIB(name ",vasp",vasp_##op) #define VASP_BINARY(name,op,to,def,help) \ @@ -290,7 +290,7 @@ protected: \ } \ virtual V m_help() { post("%s - " help,thisName()); } \ }; \ -FLEXT_LIB_V("vasp," name,vasp_##op) +FLEXT_LIB_V(name ",vasp",vasp_##op) #define VASP_ANYOP(name,op,args,to,def,help) \ @@ -309,7 +309,7 @@ protected: \ } \ virtual V m_help() { post("%s - " help,thisName()); } \ }; \ -FLEXT_LIB_V("vasp," name,vasp_##op) +FLEXT_LIB_V(name ",vasp",vasp_##op) #define VASP__SETUP(op) FLEXT_SETUP(vasp_##op); -- cgit v1.2.1