- Some cleanup in the header code.
This commit is contained in:
parent
1868a2b6fa
commit
8b41f5806d
@ -12,6 +12,7 @@
|
|||||||
#include "tracebuf.h"
|
#include "tracebuf.h"
|
||||||
#include "varbuf.h"
|
#include "varbuf.h"
|
||||||
#include "output.h"
|
#include "output.h"
|
||||||
|
#include "latex.h"
|
||||||
|
|
||||||
//! Multiplication factor for distance between events in an MSC diagram.
|
//! Multiplication factor for distance between events in an MSC diagram.
|
||||||
#define EVENTSPACE 1
|
#define EVENTSPACE 1
|
||||||
@ -134,7 +135,7 @@ latexTermPrint (Term term, Termlist highlight)
|
|||||||
if (realTermTuple (term))
|
if (realTermTuple (term))
|
||||||
{
|
{
|
||||||
printf ("(");
|
printf ("(");
|
||||||
latexTermTuplePrint (term);
|
latexTermTuplePrint (term, highlight);
|
||||||
printf (")");
|
printf (")");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
@ -12,8 +12,6 @@ void latexDone(const System sys);
|
|||||||
void latexTimers(const System sys);
|
void latexTimers(const System sys);
|
||||||
void latexMSCStart();
|
void latexMSCStart();
|
||||||
void latexMSCEnd();
|
void latexMSCEnd();
|
||||||
void latexDeclInst(const System sys);
|
|
||||||
void latexMessagePrint(const System sys, int from, int to);
|
|
||||||
void latexLearnComment(const System sys, Termlist tl);
|
void latexLearnComment(const System sys, Termlist tl);
|
||||||
void latexTracePrint(System sys);
|
void latexTracePrint(System sys);
|
||||||
void attackDisplayLatex(System sys);
|
void attackDisplayLatex(System sys);
|
||||||
|
Loading…
Reference in New Issue
Block a user