[PD-cvs] pd/src m_pd.h,1.4.4.11.2.33.2.47,1.4.4.11.2.33.2.48

Mathieu Bouchard matju at users.sourceforge.net
Tue Jul 10 22:30:56 CEST 2007


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

Modified Files:
      Tag: desiredata
	m_pd.h 
Log Message:
w_list becomes w_canvas


Index: m_pd.h
===================================================================
RCS file: /cvsroot/pure-data/pd/src/m_pd.h,v
retrieving revision 1.4.4.11.2.33.2.47
retrieving revision 1.4.4.11.2.33.2.48
diff -C2 -d -r1.4.4.11.2.33.2.47 -r1.4.4.11.2.33.2.48
*** m_pd.h	9 Jul 2007 19:50:19 -0000	1.4.4.11.2.33.2.47
--- m_pd.h	10 Jul 2007 20:30:54 -0000	1.4.4.11.2.33.2.48
***************
*** 133,136 ****
--- 133,137 ----
  #endif
  
+ #define w_list w_canvas
  typedef union word {
      t_float w_float;        /* A_FLOAT   */
***************
*** 138,142 ****
      t_gpointer *w_gpointer; /* A_POINTER */
      t_array *w_array;       /* DT_ARRAY */
!     struct _glist *w_list;  /* DT_LIST */
      t_int w_index;          /* A_SEMI or A_COMMA or A_DOLLAR */
  } t_word;
--- 139,143 ----
      t_gpointer *w_gpointer; /* A_POINTER */
      t_array *w_array;       /* DT_ARRAY */
!     struct _glist *w_canvas; /* DT_LIST */
      t_int w_index;          /* A_SEMI or A_COMMA or A_DOLLAR */
  } t_word;





More information about the Pd-cvs mailing list