[PD-cvs] externals/grill/flext/source flatom.cpp,1.10,1.11 flbind.cpp,1.15,1.16 flext.h,1.21,1.22 flqueue.cpp,1.18,1.19

Thomas Grill xovo at users.sourceforge.net
Mon Sep 27 00:55:17 CEST 2004


Update of /cvsroot/pure-data/externals/grill/flext/source
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv730/source

Modified Files:
	flatom.cpp flbind.cpp flext.h flqueue.cpp 
Log Message:
 ""

Index: flqueue.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/source/flqueue.cpp,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** flqueue.cpp	12 Sep 2004 04:02:06 -0000	1.18
--- flqueue.cpp	26 Sep 2004 22:55:15 -0000	1.19
***************
*** 19,23 ****
  #include "flext.h"
  #include "flinternal.h"
! 
  
  #ifdef FLEXT_THREADS
--- 19,23 ----
  #include "flext.h"
  #include "flinternal.h"
! #include <string.h> // for memcpy
  
  #ifdef FLEXT_THREADS

Index: flbind.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/source/flbind.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** flbind.cpp	11 Sep 2004 04:00:41 -0000	1.15
--- flbind.cpp	26 Sep 2004 22:55:15 -0000	1.16
***************
*** 36,40 ****
          pxbnd_class = new t_class;
  
!         pxbnd_class->c_sym = sym__;
          pxbnd_class->c_freelist = &px_freelist;
          pxbnd_class->c_freefun = NULL;
--- 36,40 ----
          pxbnd_class = new t_class;
  
!         pxbnd_class->c_sym = const_cast<t_symbol *>(sym__);
          pxbnd_class->c_freelist = &px_freelist;
          pxbnd_class->c_freefun = NULL;
***************
*** 44,48 ****
          px_messlist[0].m_sym = (t_symbol *)pxbnd_class;
  
!         px_messlist[1].m_sym = sym_anything;
          px_messlist[1].m_fun = (method)pxbnd_object::px_method;
          px_messlist[1].m_type[0] = A_GIMME;
--- 44,48 ----
          px_messlist[0].m_sym = (t_symbol *)pxbnd_class;
  
!         px_messlist[1].m_sym = const_cast<t_symbol *>(sym_anything);
          px_messlist[1].m_fun = (method)pxbnd_object::px_method;
          px_messlist[1].m_type[0] = A_GIMME;

Index: flext.h
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/source/flext.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** flext.h	21 Jun 2004 13:58:19 -0000	1.21
--- flext.h	26 Sep 2004 22:55:15 -0000	1.22
***************
*** 27,31 ****
  
  //! \brief flext version string
! #define FLEXT_VERSTR "0.4.7pre"
  
  //! @}
--- 27,31 ----
  
  //! \brief flext version string
! #define FLEXT_VERSTR "0.4.7"
  
  //! @}

Index: flatom.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/source/flatom.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** flatom.cpp	11 Sep 2004 04:00:41 -0000	1.10
--- flatom.cpp	26 Sep 2004 22:55:15 -0000	1.11
***************
*** 14,17 ****
--- 14,18 ----
   
  #include "flext.h"
+ #include <string.h> // for memcpy
  
  #if FLEXT_SYS != FLEXT_SYS_JMAX





More information about the Pd-cvs mailing list