[PD-cvs] pd/src desire.c,1.1.2.11,1.1.2.12

Mathieu Bouchard matju at users.sourceforge.net
Fri Sep 16 03:39:56 CEST 2005


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

Modified Files:
      Tag: devel_0_39
	desire.c 
Log Message:
removed 7 occurrences of "static" that cause problems on gcc4


Index: desire.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/desire.c,v
retrieving revision 1.1.2.11
retrieving revision 1.1.2.12
diff -C2 -d -r1.1.2.11 -r1.1.2.12
*** desire.c	14 Sep 2005 17:36:44 -0000	1.1.2.11
--- desire.c	16 Sep 2005 01:39:54 -0000	1.1.2.12
***************
*** 1199,1203 ****
      class_setpropertiesfn(c, iemgui_propertiesfn);
  }
! static
  t_iemgui *iemgui_new(t_class *qlass) {
  	t_iemgui *x = (t_iemgui *)pd_new(qlass);
--- 1199,1203 ----
      class_setpropertiesfn(c, iemgui_propertiesfn);
  }
! 
  t_iemgui *iemgui_new(t_class *qlass) {
  	t_iemgui *x = (t_iemgui *)pd_new(qlass);
***************
*** 1217,1221 ****
  	return x;
  }
! static
  void iemgui_propertiesfn(t_gobj *x, t_glist *owner)
  {
--- 1217,1221 ----
  	return x;
  }
! 
  void iemgui_propertiesfn(t_gobj *x, t_glist *owner)
  {
***************
*** 1224,1228 ****
  //    sys_vgui("pdtk_iemgui_dialog %s %x\n", stub->s_name, x);
  }
! static
  void iemgui_constrain(t_iemgui *x) {
      x->fontsize = MAX(x->fontsize,4);
--- 1224,1228 ----
  //    sys_vgui("pdtk_iemgui_dialog %s %x\n", stub->s_name, x);
  }
! 
  void iemgui_constrain(t_iemgui *x) {
      x->fontsize = MAX(x->fontsize,4);
***************
*** 1230,1236 ****
      x->w = iemgui_clip_size(x->w);
  }
! static
  void iemgui_init(t_iemgui *x, t_floatarg f) {x->isa = (x->isa&~1) | !!f;}
! static
  void binbuf_update(t_iemgui *x, t_symbol *qlass, int argc, t_atom *argv) {
      t_atom foo;
--- 1230,1236 ----
      x->w = iemgui_clip_size(x->w);
  }
! 
  void iemgui_init(t_iemgui *x, t_floatarg f) {x->isa = (x->isa&~1) | !!f;}
! 
  void binbuf_update(t_iemgui *x, t_symbol *qlass, int argc, t_atom *argv) {
      t_atom foo;
***************
*** 1242,1251 ****
      binbuf_add(buf,argc,argv);
  }
! static
  /*bool*/ int iemgui_loadbang (/*t_iemgui*/ void *x) {
  	t_iemgui *self = (t_iemgui *)x;
  	return !sys_noloadbang && self->isa&1;
  }
! static
  /*bool*/ int iemgui_forward (/*t_iemgui*/ void *x) {
  	t_iemgui *self = (t_iemgui *)x;
--- 1242,1251 ----
      binbuf_add(buf,argc,argv);
  }
! 
  /*bool*/ int iemgui_loadbang (/*t_iemgui*/ void *x) {
  	t_iemgui *self = (t_iemgui *)x;
  	return !sys_noloadbang && self->isa&1;
  }
! 
  /*bool*/ int iemgui_forward (/*t_iemgui*/ void *x) {
  	t_iemgui *self = (t_iemgui *)x;





More information about the Pd-cvs mailing list