* 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:
parent
e0ec45ed14
commit
f17af7a761
6 changed files with 58 additions and 106 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue