From 60ee6bb60b11bbfbccf56f335c9c6213e6daa79d Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Thu, 5 Dec 2002 05:36:32 +0000 Subject: "" svn path=/trunk/; revision=278 --- externals/grill/flext/source/flinternal.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'externals/grill/flext/source/flinternal.h') diff --git a/externals/grill/flext/source/flinternal.h b/externals/grill/flext/source/flinternal.h index 6df1129c..09b8cbd1 100644 --- a/externals/grill/flext/source/flinternal.h +++ b/externals/grill/flext/source/flinternal.h @@ -12,7 +12,7 @@ WARRANTIES, see the file, "license.txt," in this distribution. \brief Definitions for internal flext usage \internal - Here, a few shortcuts for common MaxMSP or PD library calls and type definitions + Here, a few shortcuts for common Max/MSP or PD library calls and type definitions are declared */ @@ -22,7 +22,7 @@ WARRANTIES, see the file, "license.txt," in this distribution. #include "flstdc.h" -#ifdef PD +#if FLEXT_SYS == FLEXT_SYS_PD #define object_new(clss) pd_new(clss) #define object_free(obj) pd_free(&(obj).ob_pd) @@ -62,7 +62,8 @@ typedef t_perfroutine t_dspmethod; #define qelem_set clock_set #define qelem_unset clock_unset -#elif defined(MAXMSP) + +#elif FLEXT_SYS == FLEXT_SYS_MAX /* typedef void _inlet; -- cgit v1.2.1