aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/fldefs_methadd.h
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/source/fldefs_methadd.h')
-rw-r--r--externals/grill/flext/source/fldefs_methadd.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/externals/grill/flext/source/fldefs_methadd.h b/externals/grill/flext/source/fldefs_methadd.h
index e1ab66b4..0798f702 100644
--- a/externals/grill/flext/source/fldefs_methadd.h
+++ b/externals/grill/flext/source/fldefs_methadd.h
@@ -23,13 +23,16 @@ WARRANTIES, see the file, "license.txt," in this distribution.
@{
*/
-//! Add a method handler for bang
+/*! Add a method handler for bang
+ \note This is for compatibility - better use the method below
+*/
#define FLEXT_CADDBANG(CL,IX,M_FUN) \
\
-AddMethod(CL,IX,flext::sym_bang,FLEXT_CALL_PRE(M_FUN))
+AddMethod(CL,IX,FLEXT_CALL_PRE(M_FUN))
//! Add a handler for a method with either no, list or anything arguments
#define FLEXT_CADDMETHOD(CL,IX,M_FUN) \
+\
AddMethod(CL,IX,FLEXT_CALL_PRE(M_FUN))
//! Add a a handler for a method with implicit arguments