From 8ef2ca99c4d408d4cf7b9e5bd0c6edd043ded805 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Sun, 16 Mar 2008 20:44:51 +0000 Subject: fix for __attribute__ gnu extension (for pd-extended) svn path=/trunk/externals/tclpd/; revision=9591 --- tcl.i | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tcl.i b/tcl.i index 7d67031..a1d1af2 100644 --- a/tcl.i +++ b/tcl.i @@ -2,6 +2,8 @@ %include exception.i %include cpointer.i +#define __attribute__(x) + /* functions that are in m_pd.h but don't exist in modern versions of pd */ %ignore pd_getfilename; %ignore pd_getdirname; -- cgit v1.2.1