[PD-cvs] pd/src desire.c, 1.1.2.217.2.108, 1.1.2.217.2.109 builtins.c, 1.1.2.1, 1.1.2.2

Mathieu Bouchard matju at users.sourceforge.net
Wed Jan 3 11:39:14 CET 2007


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

Modified Files:
      Tag: desiredata
	desire.c builtins.c 
Log Message:
shrink


Index: desire.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/desire.c,v
retrieving revision 1.1.2.217.2.108
retrieving revision 1.1.2.217.2.109
diff -C2 -d -r1.1.2.217.2.108 -r1.1.2.217.2.109
*** desire.c	3 Jan 2007 07:31:56 -0000	1.1.2.217.2.108
--- desire.c	3 Jan 2007 10:39:09 -0000	1.1.2.217.2.109
***************
*** 7984,7989 ****
  #define S(name) void name##_setup(void); name##_setup();
  void conf_init_plus(void) {
!     S(x_acoustics) S(x_connective)
!     S(x_time) S(x_arithmetic) S(x_midi) S(x_misc) S(x_net) S(x_qlist)
      S(x_gui) S(x_list)
      S(desire)
--- 7984,7988 ----
  #define S(name) void name##_setup(void); name##_setup();
  void conf_init_plus(void) {
!     S(x_arithmetic) S(x_midi) S(x_misc) S(x_net) S(x_qlist)
      S(x_gui) S(x_list)
      S(desire)

Index: builtins.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/builtins.c,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** builtins.c	3 Jan 2007 10:10:47 -0000	1.1.2.1
--- builtins.c	3 Jan 2007 10:39:12 -0000	1.1.2.2
***************
*** 24,28 ****
  #include <time.h>
  #endif
! 
  #if defined (__APPLE__) || defined (__FreeBSD__)
  #define HZ CLK_TCK
--- 24,40 ----
  #include <time.h>
  #endif
! #ifdef MSW
! #include <winsock.h>
[...1577 lines suppressed...]
      pipe_setup();
+     pdint_setup();
+     pdfloat_setup();
+     pdsymbol_setup();
+     bang_setup();
+     send_setup();
+     receive_setup();
+     select_setup();
+     route_setup();
+     pack_setup();
+     unpack_setup();
+     trigger_setup();
+     spigot_setup();
+     moses_setup();
+     until_setup();
+     makefilename_setup();
+     swap_setup();
+     change_setup();
+     value_setup();
  }





More information about the Pd-cvs mailing list