From f1558e3a9297c6a4fefa9d399a7c9d067d859aa3 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 11 Jan 2005 04:59:27 +0000 Subject: added symbol type fixed incorrect unbinding of instance methods fixes for symbol type little restructuring svn path=/trunk/; revision=2489 --- externals/grill/py/source/pyprefix.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 externals/grill/py/source/pyprefix.h (limited to 'externals/grill/py/source/pyprefix.h') diff --git a/externals/grill/py/source/pyprefix.h b/externals/grill/py/source/pyprefix.h new file mode 100644 index 00000000..fcce64a1 --- /dev/null +++ b/externals/grill/py/source/pyprefix.h @@ -0,0 +1,27 @@ +/* + +py/pyext - python script object for PD and MaxMSP + +Copyright (c)2002-2005 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. + +*/ + +#ifndef __PREFIX_H +#define __PREFIX_H + +#define FLEXT_ATTRIBUTES 1 +#include + +#if FLEXT_OS == FLEXT_OS_MAC +#include +#else +#include +#endif + +#if !defined(FLEXT_VERSION) || (FLEXT_VERSION < 500) +#error You need at least flext version 0.5.0 +#endif + +#endif -- cgit v1.2.1