[PD-cvs] pd/src m_fifo.h,1.1.2.3.2.1.2.1,1.1.2.3.2.1.2.2

Mathieu Bouchard matju at users.sourceforge.net
Thu Jun 28 07:22:01 CEST 2007


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28000

Modified Files:
      Tag: desiredata
	m_fifo.h 
Log Message:
c++-compat


Index: m_fifo.h
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/m_fifo.h,v
retrieving revision 1.1.2.3.2.1.2.1
retrieving revision 1.1.2.3.2.1.2.2
diff -C2 -d -r1.1.2.3.2.1.2.1 -r1.1.2.3.2.1.2.2
*** m_fifo.h	20 Dec 2006 10:10:37 -0000	1.1.2.3.2.1.2.1
--- m_fifo.h	28 Jun 2007 05:21:59 -0000	1.1.2.3.2.1.2.2
***************
*** 6,9 ****
--- 6,13 ----
  /* possibly this can go to m_pd.h */
  
+ #ifdef __cplusplus
+ extern "C" {
+ #endif
+ 
  /* used data structures */
  typedef struct _fifo t_fifo;
***************
*** 17,18 ****
--- 21,25 ----
  EXTERN void* fifo_get(t_fifo*);
  
+ #ifdef __cplusplus
+ }; /* extern "C" */
+ #endif





More information about the Pd-cvs mailing list