[PD-cvs] pd/src desire.h,1.1.2.47,1.1.2.48

Mathieu Bouchard matju at users.sourceforge.net
Tue Nov 28 15:28:35 CET 2006


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

Modified Files:
      Tag: devel_0_39
	desire.h 
Log Message:
fix compilation


Index: desire.h
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/desire.h,v
retrieving revision 1.1.2.47
retrieving revision 1.1.2.48
diff -C2 -d -r1.1.2.47 -r1.1.2.48
*** desire.h	28 Nov 2006 03:53:32 -0000	1.1.2.47
--- desire.h	28 Nov 2006 14:28:33 -0000	1.1.2.48
***************
*** 204,208 ****
--- 204,213 ----
  
  /* this is not really a gui object, but it needs to be observable. */
+ #ifdef PD_PLUSPLUS_FACE
  struct _array : t_gobj {
+ #else
+ struct _array {
+     t_gobj meuh;
+ #endif
      int n;            /* number of elements */
      int elemsize;     /* size in bytes; LATER get this from template */





More information about the Pd-cvs mailing list