* src/ltltest/inf.cc, src/ltltest/inf.test: Rename as ...

* src/ltltest/syntimpl.cc, src/ltltest/syntimpl.test: ... these.
* src/ltltest/Makefile.am: Adjust.
* src/ltlvisit/forminf.cc: Rename as...
* src/ltlvisit/syntimpl.cc: ... this.
* src/ltlvisit/syntimpl.hh: New file with definitions extracted
from ...
* src/ltlvisit/reducform.hh: ... this one.
* src/ltlvisit/Makefile.am, src/ltlvisit/reducform.cc: Adjust.
This commit is contained in:
Alexandre Duret-Lutz 2004-06-01 20:43:00 +00:00
parent 121a55c48f
commit 6e3fd873ba
10 changed files with 149 additions and 116 deletions

View file

@ -34,6 +34,7 @@ ltlvisit_HEADERS = \
nenoform.hh \
postfix.hh \
reducform.hh \
syntimpl.hh \
tostring.hh \
tunabbrev.hh
@ -44,11 +45,11 @@ libltlvisit_la_SOURCES = \
destroy.cc \
dotty.cc \
dump.cc \
forminf.cc \
length.cc \
lunabbrev.cc \
nenoform.cc \
postfix.cc \
reducform.cc \
syntimpl.cc \
tostring.cc \
tunabbrev.cc