[PD-cvs] pd/src x_connective.c,1.3.4.1.2.4,1.3.4.1.2.5

Mathieu Bouchard matju at users.sourceforge.net
Fri Oct 28 14:18:44 CEST 2005


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

Modified Files:
      Tag: devel_0_39
	x_connective.c 
Log Message:
C++ support


Index: x_connective.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/x_connective.c,v
retrieving revision 1.3.4.1.2.4
retrieving revision 1.3.4.1.2.5
diff -C2 -d -r1.3.4.1.2.4 -r1.3.4.1.2.5
*** x_connective.c	25 Jul 2005 18:21:30 -0000	1.3.4.1.2.4
--- x_connective.c	28 Oct 2005 12:18:42 -0000	1.3.4.1.2.5
***************
*** 745,749 ****
          if (x->x_nptr)
              post("pack_bang: warning: reentry with pointers unprotected");
!         outvec = t_getbytes(size);
          reentered = 1;
      }
--- 745,749 ----
          if (x->x_nptr)
              post("pack_bang: warning: reentry with pointers unprotected");
!         outvec = (t_atom *)t_getbytes(size);
          reentered = 1;
      }





More information about the Pd-cvs mailing list