[PD-cvs] pd/src d_misc.c,1.2.8.2,1.2.8.3

Mathieu Bouchard matju at users.sourceforge.net
Mon Nov 27 19:17:36 CET 2006


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

Modified Files:
      Tag: devel_0_39
	d_misc.c 
Log Message:
[scope~] won't be supported by dd. (who uses this?)


Index: d_misc.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/d_misc.c,v
retrieving revision 1.2.8.2
retrieving revision 1.2.8.3
diff -C2 -d -r1.2.8.2 -r1.2.8.3
*** d_misc.c	22 Aug 2005 16:28:25 -0000	1.2.8.2
--- d_misc.c	27 Nov 2006 18:17:34 -0000	1.2.8.3
***************
*** 82,86 ****
  /* ------------------------- scope~ -------------------------- */
  /* this has been replaced by arrays; to be deleted later */
!  
  #include "g_canvas.h"
  
--- 82,87 ----
  /* ------------------------- scope~ -------------------------- */
  /* this has been replaced by arrays; to be deleted later */
! 
! #ifndef DESIRE
  #include "g_canvas.h"
  
***************
*** 170,173 ****
--- 171,176 ----
  }
  
+ #endif /* ndef DESIRE */
+ 
  /* ------------------------ bang~ -------------------------- */
  
***************
*** 224,228 ****
--- 227,233 ----
  {
      print_setup();
+ #ifndef DESIRE
      scope_setup();
+ #endif
      bang_tilde_setup();
  }





More information about the Pd-cvs mailing list