From 5af9cc14b70f907f0d10a75aa28ad04bbd65ec0d Mon Sep 17 00:00:00 2001 From: "N.N." Date: Fri, 10 Dec 2004 20:47:06 +0000 Subject: restricted debug garbage to krzYszcz, few fixes in toxy svn path=/trunk/externals/miXed/; revision=2364 --- cyclone/hammer/prob.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cyclone/hammer/prob.c') diff --git a/cyclone/hammer/prob.c b/cyclone/hammer/prob.c index 114a41d..6053808 100644 --- a/cyclone/hammer/prob.c +++ b/cyclone/hammer/prob.c @@ -12,7 +12,9 @@ were added to the list's head, and new transition-entries were added to the sublist's head. No sorting of any kind. */ -#define PROB_DEBUG 0 +#ifdef KRZYSZCZ +//#define PROB_DEBUG +#endif typedef struct _probtrans { -- cgit v1.2.1