- In xml output, renamed 'attack' tag to 'state', which in general

reflects better what it describes.
This commit is contained in:
ccremers 2005-12-30 12:17:25 +00:00
parent 4a363aa33c
commit 6f670d7ab6

View File

@ -925,7 +925,7 @@ xmlOutSemitrace (const System sys)
Term buffer_only_claim_label; Term buffer_only_claim_label;
xmlIndentPrint (); xmlIndentPrint ();
eprintf ("<attack"); eprintf ("<state");
/* add trace length attribute */ /* add trace length attribute */
/* Note that this is the length of the attack leading up to the broken /* Note that this is the length of the attack leading up to the broken
* claim, thus without any run extensions (--extend-nonreads). * claim, thus without any run extensions (--extend-nonreads).
@ -961,7 +961,7 @@ xmlOutSemitrace (const System sys)
xmlindent--; xmlindent--;
xmlPrint ("</semitrace>"); xmlPrint ("</semitrace>");
xmlindent--; xmlindent--;
xmlPrint ("</attack>"); xmlPrint ("</state>");
/* restore only claim buffer */ /* restore only claim buffer */
only_claim_label = buffer_only_claim_label; only_claim_label = buffer_only_claim_label;