[PD-cvs] pd/src m_sched.c,1.5.4.35.2.13,1.5.4.35.2.14

Tim Blechmann timblech at users.sourceforge.net
Sun Jun 25 19:45:22 CEST 2006


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

Modified Files:
      Tag: devel_0_39
	m_sched.c 
Log Message:
clock fix


Index: m_sched.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/m_sched.c,v
retrieving revision 1.5.4.35.2.13
retrieving revision 1.5.4.35.2.14
diff -C2 -d -r1.5.4.35.2.13 -r1.5.4.35.2.14
*** m_sched.c	25 Jun 2006 17:37:42 -0000	1.5.4.35.2.13
--- m_sched.c	25 Jun 2006 17:45:20 -0000	1.5.4.35.2.14
***************
*** 377,382 ****
  		{
  			t_clock *c = clock_setlist;
- 			clock_unset(c); /* the compiler should easily inline this */
  			sys_time = c->c_settime;
  			outlet_setstacklim();
  			(*c->c_fn)(c->c_owner);
--- 377,382 ----
  		{
  			t_clock *c = clock_setlist;
  			sys_time = c->c_settime;
+ 			clock_unset(c); /* the compiler should easily inline this */
  			outlet_setstacklim();
  			(*c->c_fn)(c->c_owner);





More information about the Pd-cvs mailing list