[PD-cvs] pd/src m_pd.h,1.4.4.11.2.33.2.75,1.4.4.11.2.33.2.76

Mathieu Bouchard matju at users.sourceforge.net
Sat Aug 18 09:04:04 CEST 2007


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

Modified Files:
      Tag: desiredata
	m_pd.h 
Log Message:
add field for elapsed time


Index: m_pd.h
===================================================================
RCS file: /cvsroot/pure-data/pd/src/m_pd.h,v
retrieving revision 1.4.4.11.2.33.2.75
retrieving revision 1.4.4.11.2.33.2.76
diff -C2 -d -r1.4.4.11.2.33.2.75 -r1.4.4.11.2.33.2.76
*** m_pd.h	18 Aug 2007 02:26:28 -0000	1.4.4.11.2.33.2.75
--- m_pd.h	18 Aug 2007 07:04:02 -0000	1.4.4.11.2.33.2.76
***************
*** 248,251 ****
--- 248,253 ----
  struct t_arglist {long c; t_atom v[0];};
  
+ typedef unsigned long long uint64;
+ 
  /* t_appendix is made of the things that logically ought to be in t_gobj but have been put in a
     separate memory space because this allows most externals to work unmodified on both DesireData
***************
*** 264,267 ****
--- 266,270 ----
  #endif
  	long index; /* index of an object within its canvas scope. */
+ 	uint64 elapsed;
  } t_appendix;
  t_appendix *appendix_new (struct _gobj *master);





More information about the Pd-cvs mailing list