chiark / gitweb /
routesearch: include tableau in stdout
authorIan Jackson <ian@liberator.relativity.greenend.org.uk>
Mon, 12 Oct 2009 23:05:00 +0000 (00:05 +0100)
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>
Mon, 12 Oct 2009 23:05:00 +0000 (00:05 +0100)
yarrg/rsmain.c

index ea032600798aec91a87728442ed70e13c1bc974c..a1868613fba4969308c9072d7ceb635ea61bd489 100644 (file)
@@ -12,7 +12,7 @@ int max_dist= -1;
 FILE *debug_file;
 FILE *output;
 
-DEBUG_DEFINE_SOME_DEBUGF(tableau,tabdebugf);
+#define tabdebugf printf
 
 
 #define CTR(x)    int ctr_##x;