* src/ltlast/formula.hh: ... this. * src/ltlast/Makefile.am (libltlast_a_SOURCES): Adjust. * src/ltlast/formula.hh (formulae): Rename as ... (formula): ... this. Adjust all uses.
15 lines
244 B
C++
15 lines
244 B
C++
#ifndef SPOT_LTLVISIT_DOTTY_HH
|
|
# define SPOT_LTLVISIT_DOTTY_HH
|
|
|
|
#include <ltlast/formula.hh>
|
|
#include <iostream>
|
|
|
|
namespace spot
|
|
{
|
|
namespace ltl
|
|
{
|
|
void dotty(const formula& f, std::ostream& os);
|
|
}
|
|
}
|
|
|
|
#endif // SPOT_LTLVISIT_DOTTY_HH
|