aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/fllib.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-08-05 02:37:17 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-08-05 02:37:17 +0000
commit5aeb36ec9e7aaee34ce8f5f248029d39047e2918 (patch)
tree627801939dd1880c0e84054513940ba80dc06b03 /externals/grill/flext/source/fllib.cpp
parent0dee5b7f542c44e30c7c5f33852c23262655fe2c (diff)
""
svn path=/trunk/; revision=823
Diffstat (limited to 'externals/grill/flext/source/fllib.cpp')
-rwxr-xr-xexternals/grill/flext/source/fllib.cpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/externals/grill/flext/source/fllib.cpp b/externals/grill/flext/source/fllib.cpp
index a6d95895..e1fc89c1 100755
--- a/externals/grill/flext/source/fllib.cpp
+++ b/externals/grill/flext/source/fllib.cpp
@@ -27,8 +27,10 @@ WARRANTIES, see the file, "license.txt," in this distribution.
#elif FLEXT_OS == FLEXT_OS_WIN
#if FLEXT_SYS == FLEXT_SYS_PD
#define ALIASSLASH '/'
+ #elif FLEXT_SYS == FLEXT_SYS_MAX
+ #define ALIASSLASH '/'
#else
- #error "Undefined"
+ #error "Undefined"
#endif
#else
// default to "/"
@@ -332,7 +334,11 @@ void flext_obj::obj_new(fts_object_t *o, int, fts_symbol_t s, int _argc_, const
{
flext_hdr *obj = (flext_hdr *)o;
#else
+#if FLEXT_SYS == FLEXT_SYS_MAX
+flext_hdr *flext_obj::obj_new(const t_symbol *s,short _argc_,t_atom *argv)
+#else
flext_hdr *flext_obj::obj_new(const t_symbol *s,int _argc_,t_atom *argv)
+#endif
{
flext_hdr *obj = NULL;
#endif