[PD-cvs] externals/build/src rhythm_ioi_histogram.c, 1.2, 1.3 rhythm_quantum.c, 1.2, 1.3 rhythm_slave_metro.c, 1.2, 1.3

Hans-Christoph Steiner eighthave at users.sourceforge.net
Thu Nov 17 21:36:44 CET 2005


Update of /cvsroot/pure-data/externals/build/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2312

Modified Files:
	rhythm_ioi_histogram.c rhythm_quantum.c rhythm_slave_metro.c 
Log Message:
switched <> to "" in include statement to standardize all these files

Index: rhythm_ioi_histogram.c
===================================================================
RCS file: /cvsroot/pure-data/externals/build/src/rhythm_ioi_histogram.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** rhythm_ioi_histogram.c	23 Jun 2003 14:20:29 -0000	1.2
--- rhythm_ioi_histogram.c	17 Nov 2005 20:36:41 -0000	1.3
***************
*** 1,3 ****
! #include <../../rhythm_estimator/pd_rhythm_estimator.c>
! #include <../../rhythm_estimator/rhythm_ioi_histogram.c>
! #include <../../rhythm_estimator/pd_rhythm_ioi_histogram.c>
--- 1,3 ----
! #include "../../rhythm_estimator/pd_rhythm_estimator.c"
! #include "../../rhythm_estimator/rhythm_ioi_histogram.c"
! #include "../../rhythm_estimator/pd_rhythm_ioi_histogram.c"

Index: rhythm_slave_metro.c
===================================================================
RCS file: /cvsroot/pure-data/externals/build/src/rhythm_slave_metro.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** rhythm_slave_metro.c	23 Jun 2003 14:20:29 -0000	1.2
--- rhythm_slave_metro.c	17 Nov 2005 20:36:41 -0000	1.3
***************
*** 1,3 ****
! #include <../../rhythm_estimator/pd_rhythm_estimator.c>
! #include <../../rhythm_estimator/rhythm_slave_metro.c>
! #include <../../rhythm_estimator/pd_rhythm_slave_metro.c>
--- 1,3 ----
! #include "../../rhythm_estimator/pd_rhythm_estimator.c"
! #include "../../rhythm_estimator/rhythm_slave_metro.c"
! #include "../../rhythm_estimator/pd_rhythm_slave_metro.c"

Index: rhythm_quantum.c
===================================================================
RCS file: /cvsroot/pure-data/externals/build/src/rhythm_quantum.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** rhythm_quantum.c	23 Jun 2003 14:20:29 -0000	1.2
--- rhythm_quantum.c	17 Nov 2005 20:36:41 -0000	1.3
***************
*** 1,3 ****
! #include <../../rhythm_estimator/pd_rhythm_estimator.c>
! #include <../../rhythm_estimator/rhythm_quantum.c>
! #include <../../rhythm_estimator/pd_rhythm_quantum.c>
--- 1,3 ----
! #include "../../rhythm_estimator/pd_rhythm_estimator.c"
! #include "../../rhythm_estimator/rhythm_quantum.c"
! #include "../../rhythm_estimator/pd_rhythm_quantum.c"





More information about the Pd-cvs mailing list