* src/ltlvisit/formlength.cc: Rename as ...

* src/ltlvisit/length.cc: ... this.
* src/ltlvisit/length.hh: New file, extracted from ...
* src/ltlvisit/reducform.hh: ... here.
* src/ltlvisit/Makefile.am (ltlvisit_HEADERS): Add length.hh.
(libltlvisit_la_SOURCES): Rename formlength.cc as length.cc.
* src/ltltest/reduc.cc: Include length.hh.
This commit is contained in:
Alexandre Duret-Lutz 2004-05-25 13:20:30 +00:00
parent e0ec45ed14
commit f17af7a761
6 changed files with 58 additions and 106 deletions

View file

@ -29,25 +29,26 @@ ltlvisit_HEADERS = \
destroy.hh \
dotty.hh \
dump.hh \
tostring.hh \
length.hh \
lunabbrev.hh \
nenoform.hh \
postfix.hh \
tunabbrev.hh \
reducform.hh
reducform.hh \
tostring.hh \
tunabbrev.hh
noinst_LTLIBRARIES = libltlvisit.la
libltlvisit_la_SOURCES = \
basereduc.cc \
clone.cc \
destroy.cc \
dotty.cc \
dump.cc \
tostring.cc \
forminf.cc \
length.cc \
lunabbrev.cc \
nenoform.cc \
postfix.cc \
tunabbrev.cc \
reducform.cc \
basereduc.cc \
forminf.cc \
formlength.cc
tostring.cc \
tunabbrev.cc