[PD-cvs] pd/src s_stuff.h,1.5.4.10.2.8.2.3,1.5.4.10.2.8.2.4

Mathieu Bouchard matju at users.sourceforge.net
Fri Dec 8 05:32:06 CET 2006


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

Modified Files:
      Tag: desiredata
	s_stuff.h 
Log Message:
C++ aware


Index: s_stuff.h
===================================================================
RCS file: /cvsroot/pure-data/pd/src/s_stuff.h,v
retrieving revision 1.5.4.10.2.8.2.3
retrieving revision 1.5.4.10.2.8.2.4
diff -C2 -d -r1.5.4.10.2.8.2.3 -r1.5.4.10.2.8.2.4
*** s_stuff.h	3 Dec 2006 16:43:44 -0000	1.5.4.10.2.8.2.3
--- s_stuff.h	8 Dec 2006 04:32:04 -0000	1.5.4.10.2.8.2.4
***************
*** 1,4 ****
--- 1,7 ----
  #ifndef __STUFF_H
  #define __STUFF_H
+ #if defined(_LANGUAGE_C_PLUS_PLUS) || defined(__cplusplus)
+ extern "C" {
+ #endif
  
  /* Copyright (c) 1997-1999 Miller Puckette.
***************
*** 441,443 ****
--- 444,449 ----
  /* } jsarlo */
  
+ #if defined(_LANGUAGE_C_PLUS_PLUS) || defined(__cplusplus)
+ }
+ #endif
  #endif /* __STUFF_H */





More information about the Pd-cvs mailing list