Author: niels
Date: Mon May 26 13:18:39 2014
New Revision: 9451

URL: http://svn.gna.org/viewcvs/service-tech?rev=9451&view=rev
Log:
* added debugging macro for formula rewriting (uncomment to switch on)


Modified:
    trunk/lola2/src/Frontend/Parser/formula_rewrite.k

Modified: trunk/lola2/src/Frontend/Parser/formula_rewrite.k
URL: 
http://svn.gna.org/viewcvs/service-tech/trunk/lola2/src/Frontend/Parser/formula_rewrite.k?rev=9451&r1=9450&r2=9451&view=diff
==============================================================================
--- trunk/lola2/src/Frontend/Parser/formula_rewrite.k   (original)
+++ trunk/lola2/src/Frontend/Parser/formula_rewrite.k   Mon May 26 13:18:39 2014
@@ -2,6 +2,12 @@
 #include <CoverGraph/CoverGraph.h>
 #include <Net/Marking.h>
 #include <Net/Net.h>
+
+/*
+Uncomment the next line to define a debug function that traces all matches in
+the rewriting process.
+*/
+//#define KC_TRACE_REWRITE_RESULT(VIEW,FILE,LINE,NODE) { 
RT::rep->status("rewrite %s:%d", FILE, LINE); }
 
 integer plus( integer a, integer b ) {
     // +-----+-----+-----+-----+


-- 
You received this e-mail, because you subscribed the mailing list 
"service-tech-commits" which will forward you any e-mail addressed to 
[email protected]. If you want to unsubscribe or make any changes to 
your subscription, please go to
https://mail.gna.org/listinfo/service-tech-commits.

Reply via email to