[PD-cvs] externals/grill/flext/source flmap.h,1.8,1.9

Thomas Grill xovo at users.sourceforge.net
Sat Mar 19 05:56:04 CET 2005


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

Modified Files:
	flmap.h 
Log Message:
fixes for OSX
small update of linkage styles etc.


Index: flmap.h
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/source/flmap.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** flmap.h	18 Mar 2005 04:56:26 -0000	1.8
--- flmap.h	19 Mar 2005 04:56:01 -0000	1.9
***************
*** 143,149 ****
      void *_find(size_t k);
  
-     Data *const data;
-     const int max;
      const bool owned;
      int n;
      TableAnyMap *parent,*left,*right;
--- 143,149 ----
      void *_find(size_t k);
  
      const bool owned;
+     const int max;
+     Data *const data;
      int n;
      TableAnyMap *parent,*left,*right;





More information about the Pd-cvs mailing list