From cc4ac0dd18e12e0f7e1d06eeb5133cb018aa0ebe Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 10 Feb 2004 03:29:50 +0000 Subject: "" svn path=/trunk/; revision=1318 --- externals/grill/flext/source/flbase.cpp | 3 ++- externals/grill/flext/source/flsupport.cpp | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'externals/grill/flext/source') diff --git a/externals/grill/flext/source/flbase.cpp b/externals/grill/flext/source/flbase.cpp index 357df17e..2fd25e8e 100644 --- a/externals/grill/flext/source/flbase.cpp +++ b/externals/grill/flext/source/flbase.cpp @@ -85,10 +85,11 @@ void flext_obj::DefineHelp(t_classid c,const char *ref,const char *dir,bool addt strcpy(tmp,dir); strcat(tmp,"/"); strcat(tmp,ref); - if(addtilde) strcat(tmp,"~"); } else strcpy(tmp,ref); + if(addtilde) strcat(tmp,"~"); + ::class_sethelpsymbol(getClass(c),gensym(const_cast(tmp))); #else // no solution for Max/MSP yet diff --git a/externals/grill/flext/source/flsupport.cpp b/externals/grill/flext/source/flsupport.cpp index 775adb74..fad8db16 100644 --- a/externals/grill/flext/source/flsupport.cpp +++ b/externals/grill/flext/source/flsupport.cpp @@ -117,7 +117,6 @@ void flext::Setup() #if FLEXT_SYS == FLEXT_SYS_PD && defined(FLEXT_THREADED) && defined(FLEXT_PDLOCK) -#error #define SYSLOCK() sys_lock() #define SYSUNLOCK() sys_unlock() #else -- cgit v1.2.1