Revision: 9591 http://pure-data.svn.sourceforge.net/pure-data/?rev=9591&view=rev Author: federico__ Date: 2008-03-16 13:44:51 -0700 (Sun, 16 Mar 2008)
Log Message: ----------- fix for __attribute__ gnu extension (for pd-extended)
Modified Paths: -------------- trunk/externals/tclpd/tcl.i
Modified: trunk/externals/tclpd/tcl.i =================================================================== --- trunk/externals/tclpd/tcl.i 2008-03-16 19:28:27 UTC (rev 9590) +++ trunk/externals/tclpd/tcl.i 2008-03-16 20:44:51 UTC (rev 9591) @@ -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;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.