aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flstdc.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-04-23 02:32:55 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-04-23 02:32:55 +0000
commitd0b6781beeffe75dad099ed7a6a6d93766c3fa71 (patch)
treece63b0e084c3eb47909d9eb34536aae34ae90b41 /externals/grill/flext/source/flstdc.h
parent591d23920ae9097c68045cbb5133fcbf5b1f6401 (diff)
""
svn path=/trunk/; revision=1628
Diffstat (limited to 'externals/grill/flext/source/flstdc.h')
-rw-r--r--externals/grill/flext/source/flstdc.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/externals/grill/flext/source/flstdc.h b/externals/grill/flext/source/flstdc.h
index 402ce01a..13ac68b5 100644
--- a/externals/grill/flext/source/flstdc.h
+++ b/externals/grill/flext/source/flstdc.h
@@ -2,7 +2,7 @@
flext - C++ layer for Max/MSP and pd (pure data) externals
-Copyright (c) 2001-2003 Thomas Grill (xovo@gmx.net)
+Copyright (c) 2001-2004 Thomas Grill (xovo@gmx.net)
For information on usage and redistribution, and for a DISCLAIMER OF ALL
WARRANTIES, see the file, "license.txt," in this distribution.
@@ -77,6 +77,7 @@ typedef t_clock t_qelem;
#define A_NOTHING A_NULL
#define A_FLINT A_FLOAT
#define A_DEFFLINT A_DEFFLOAT
+#define A_DEFSYMBOL A_DEFSYM
#elif FLEXT_SYS == FLEXT_SYS_MAX
@@ -135,10 +136,18 @@ typedef void t_binbuf;
#define A_INT A_LONG
#endif
+#ifndef A_DEFINT
+#define A_DEFINT A_DEFLONG
+#endif
+
#ifndef A_SYMBOL
#define A_SYMBOL A_SYM
#endif
+#ifndef A_DEFSYMBOL
+#define A_DEFSYMBOL A_DEFSYM
+#endif
+
#elif FLEXT_SYS == FLEXT_SYS_JMAX