[PD-cvs] externals/grill/pool/source pool.cpp,1.9,1.10

Thomas Grill xovo at users.sourceforge.net
Tue Nov 9 04:33:21 CET 2004


Update of /cvsroot/pure-data/externals/grill/pool/source
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18754/source

Modified Files:
	pool.cpp 
Log Message:
roll back to working version
conform to ISO C++


Index: pool.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/pool/source/pool.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** pool.cpp	30 Oct 2004 03:59:00 -0000	1.9
--- pool.cpp	9 Nov 2004 03:33:19 -0000	1.10
***************
*** 232,236 ****
  {
      poolval *prv = NULL,*ix = NULL;
! 	for(I vix = 0; vix < vsize; ++vix) 
  		if(rix > vals[vix].cnt) rix -= vals[vix].cnt;
  		else {
--- 232,237 ----
  {
      poolval *prv = NULL,*ix = NULL;
!     int vix;
! 	for(vix = 0; vix < vsize; ++vix) 
  		if(rix > vals[vix].cnt) rix -= vals[vix].cnt;
  		else {





More information about the Pd-cvs mailing list