* src/ltlvisit/reducform.hh, src/ltlvisit/reducform.cc: Rename to ...

* src/ltlvisit/reduce.hh, src/ltlvisit/reduce.cc: ... this, to match
the function name.
* ltltest/equals.cc, ltltest/reduc.cc, ltlvisit/Makefile.am,
tgbatest/ltl2tgba.cc, tgbatest/reductgba.cc: Adjust filenames.
This commit is contained in:
Alexandre Duret-Lutz 2004-06-22 22:54:35 +00:00
parent 473af5bb1d
commit 98604c754f
8 changed files with 16 additions and 10 deletions

View file

@ -34,7 +34,7 @@ ltlvisit_HEADERS = \
lunabbrev.hh \
nenoform.hh \
postfix.hh \
reducform.hh \
reduce.hh \
syntimpl.hh \
tostring.hh \
tunabbrev.hh
@ -50,7 +50,7 @@ libltlvisit_la_SOURCES = \
lunabbrev.cc \
nenoform.cc \
postfix.cc \
reducform.cc \
reduce.cc \
syntimpl.cc \
tostring.cc \
tunabbrev.cc