[PD-cvs] externals/miXed/cyclone/hammer Table.c,1.6,1.7 coll.c,1.7,1.8 comment.c,1.5,1.6 mtr.c,1.4,1.5 prob.c,1.3,1.4 seq.c,1.6,1.7 sprintf.c,1.2,1.3 zl.c,1.5,1.6

Krzysztof Czaja krzyszcz at users.sourceforge.net
Fri Dec 10 21:47:05 CET 2004


Update of /cvsroot/pure-data/externals/miXed/cyclone/hammer
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4606/cyclone/hammer

Modified Files:
	Table.c coll.c comment.c mtr.c prob.c seq.c sprintf.c zl.c 
Log Message:
restricted debug garbage to krzYszcz, few fixes in toxy

Index: coll.c
===================================================================
RCS file: /cvsroot/pure-data/externals/miXed/cyclone/hammer/coll.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** coll.c	8 Dec 2004 15:40:11 -0000	1.7
--- coll.c	10 Dec 2004 20:47:02 -0000	1.8
***************
*** 15,19 ****
  /* CHECKME default fname for 'write' -- c_filename, x_name, nothing? */
  
! #define COLL_DEBUG
  
  enum { COLL_HEADRESET,
--- 15,21 ----
  /* CHECKME default fname for 'write' -- c_filename, x_name, nothing? */
  
! #ifdef KRZYSZCZ
! //#define COLL_DEBUG
! #endif
  
  enum { COLL_HEADRESET,

Index: sprintf.c
===================================================================
RCS file: /cvsroot/pure-data/externals/miXed/cyclone/hammer/sprintf.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** sprintf.c	25 May 2003 14:13:42 -0000	1.2
--- sprintf.c	10 Dec 2004 20:47:02 -0000	1.3
***************
*** 8,12 ****
--- 8,14 ----
  #include "common/loud.h"
  
+ #ifdef KRZYSZCZ
  //#define SPRINTF_DEBUG
+ #endif
  
  /* Pattern types.  These are the parsing routine's return values.

Index: comment.c
===================================================================
RCS file: /cvsroot/pure-data/externals/miXed/cyclone/hammer/comment.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** comment.c	8 Dec 2004 15:40:11 -0000	1.5
--- comment.c	10 Dec 2004 20:47:02 -0000	1.6
***************
*** 21,25 ****
--- 21,27 ----
  static t_class *makeshift_class;
  
+ #ifdef KRZYSZCZ
  //#define COMMENT_DEBUG
+ #endif
  
  #define COMMENT_LMARGIN        1

Index: seq.c
===================================================================
RCS file: /cvsroot/pure-data/externals/miXed/cyclone/hammer/seq.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** seq.c	8 Dec 2004 15:40:11 -0000	1.6
--- seq.c	10 Dec 2004 20:47:02 -0000	1.7
***************
*** 16,20 ****
--- 16,22 ----
  #include "hammer/file.h"
  
+ #ifdef KRZYSZCZ
  #define SEQ_DEBUG
+ #endif
  
  #define SEQ_INISEQSIZE       256   /* LATER rethink */

Index: prob.c
===================================================================
RCS file: /cvsroot/pure-data/externals/miXed/cyclone/hammer/prob.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** prob.c	8 Dec 2004 15:40:11 -0000	1.3
--- prob.c	10 Dec 2004 20:47:02 -0000	1.4
***************
*** 13,17 ****
     were added to the sublist's head.  No sorting of any kind. */
  
! #define PROB_DEBUG  0
  
  typedef struct _probtrans
--- 13,19 ----
     were added to the sublist's head.  No sorting of any kind. */
  
! #ifdef KRZYSZCZ
! //#define PROB_DEBUG
! #endif
  
  typedef struct _probtrans

Index: mtr.c
===================================================================
RCS file: /cvsroot/pure-data/externals/miXed/cyclone/hammer/mtr.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** mtr.c	8 Dec 2004 15:40:11 -0000	1.4
--- mtr.c	10 Dec 2004 20:47:02 -0000	1.5
***************
*** 13,17 ****
  #include "hammer/file.h"
  
! #define MTR_DEBUG
  
  #define MTR_C74MAXTRACKS    32
--- 13,19 ----
  #include "hammer/file.h"
  
! #ifdef KRZYSZCZ
! //#define MTR_DEBUG
! #endif
  
  #define MTR_C74MAXTRACKS    32

Index: Table.c
===================================================================
RCS file: /cvsroot/pure-data/externals/miXed/cyclone/hammer/Table.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Table.c	8 Dec 2004 15:40:11 -0000	1.6
--- Table.c	10 Dec 2004 20:47:02 -0000	1.7
***************
*** 16,20 ****
--- 16,22 ----
  #include "hammer/file.h"
  
+ #ifdef KRZYSZCZ
  #define TABLE_DEBUG
+ #endif
  
  #define TABLE_INISIZE      256  /* LATER rethink */

Index: zl.c
===================================================================
RCS file: /cvsroot/pure-data/externals/miXed/cyclone/hammer/zl.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** zl.c	17 Apr 2004 17:45:27 -0000	1.5
--- zl.c	10 Dec 2004 20:47:02 -0000	1.6
***************
*** 13,17 ****
--- 13,19 ----
  /* LATER test reentrancy, tune speedwise */
  
+ #ifdef KRZYSZCZ
  #define ZL_DEBUG
+ #endif
  
  #define ZL_INISIZE     32  /* LATER rethink */





More information about the Pd-cvs mailing list