summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2020-03-14 13:58:31 +0200
committerAdrian Thurston <thurston@colm.net>2020-03-14 13:58:31 +0200
commitbcc54d5df10cf425e7134b06f70d7ffe1abee4e4 (patch)
tree4daf3f46378f75bc6cb8e1ed57dc8a7879abdeb3
parent569d9766e632ec830a70eb9f6c9b69297b63719f (diff)
downloadcolm-bcc54d5df10cf425e7134b06f70d7ffe1abee4e4.tar.gz
moved ragel/ to libfsm/
-rw-r--r--Makefile.am3
-rw-r--r--configure.ac2
-rw-r--r--libfsm/.exrc (renamed from ragel/.exrc)0
-rw-r--r--libfsm/.gitignore (renamed from ragel/.gitignore)0
-rw-r--r--libfsm/CMakeLists.txt (renamed from ragel/CMakeLists.txt)0
-rw-r--r--libfsm/Makefile.am (renamed from ragel/Makefile.am)0
-rw-r--r--libfsm/actexp.cc (renamed from ragel/actexp.cc)0
-rw-r--r--libfsm/actexp.h (renamed from ragel/actexp.h)0
-rw-r--r--libfsm/action.h (renamed from ragel/action.h)0
-rw-r--r--libfsm/actloop.cc (renamed from ragel/actloop.cc)0
-rw-r--r--libfsm/actloop.h (renamed from ragel/actloop.h)0
-rw-r--r--libfsm/allocgen.cc (renamed from ragel/allocgen.cc)0
-rw-r--r--libfsm/asm.cc (renamed from ragel/asm.cc)0
-rw-r--r--libfsm/asm.h (renamed from ragel/asm.h)0
-rw-r--r--libfsm/binary.cc (renamed from ragel/binary.cc)0
-rw-r--r--libfsm/binary.h (renamed from ragel/binary.h)0
-rw-r--r--libfsm/binbreak.cc (renamed from ragel/binbreak.cc)0
-rw-r--r--libfsm/binbreak.h (renamed from ragel/binbreak.h)0
-rw-r--r--libfsm/bingoto.cc (renamed from ragel/bingoto.cc)0
-rw-r--r--libfsm/bingoto.h (renamed from ragel/bingoto.h)0
-rw-r--r--libfsm/binvar.cc (renamed from ragel/binvar.cc)0
-rw-r--r--libfsm/binvar.h (renamed from ragel/binvar.h)0
-rw-r--r--libfsm/buffer.h (renamed from ragel/buffer.h)0
-rw-r--r--libfsm/codegen.cc (renamed from ragel/codegen.cc)0
-rw-r--r--libfsm/codegen.h (renamed from ragel/codegen.h)0
-rw-r--r--libfsm/common.cc (renamed from ragel/common.cc)0
-rw-r--r--libfsm/common.h (renamed from ragel/common.h)0
-rw-r--r--libfsm/config.h.cmake.in (renamed from ragel/config.h.cmake.in)0
-rw-r--r--libfsm/dot.cc (renamed from ragel/dot.cc)0
-rw-r--r--libfsm/dot.h (renamed from ragel/dot.h)0
-rw-r--r--libfsm/flat.cc (renamed from ragel/flat.cc)0
-rw-r--r--libfsm/flat.h (renamed from ragel/flat.h)0
-rw-r--r--libfsm/flatbreak.cc (renamed from ragel/flatbreak.cc)0
-rw-r--r--libfsm/flatbreak.h (renamed from ragel/flatbreak.h)0
-rw-r--r--libfsm/flatgoto.cc (renamed from ragel/flatgoto.cc)0
-rw-r--r--libfsm/flatgoto.h (renamed from ragel/flatgoto.h)0
-rw-r--r--libfsm/flatvar.cc (renamed from ragel/flatvar.cc)0
-rw-r--r--libfsm/flatvar.h (renamed from ragel/flatvar.h)0
-rw-r--r--libfsm/fsmap.cc (renamed from ragel/fsmap.cc)0
-rw-r--r--libfsm/fsmattach.cc (renamed from ragel/fsmattach.cc)0
-rw-r--r--libfsm/fsmbase.cc (renamed from ragel/fsmbase.cc)0
-rw-r--r--libfsm/fsmcond.cc (renamed from ragel/fsmcond.cc)0
-rw-r--r--libfsm/fsmgraph.cc (renamed from ragel/fsmgraph.cc)0
-rw-r--r--libfsm/fsmgraph.h (renamed from ragel/fsmgraph.h)0
-rw-r--r--libfsm/fsmmin.cc (renamed from ragel/fsmmin.cc)0
-rw-r--r--libfsm/fsmnfa.cc (renamed from ragel/fsmnfa.cc)0
-rw-r--r--libfsm/fsmstate.cc (renamed from ragel/fsmstate.cc)0
-rw-r--r--libfsm/gendata.cc (renamed from ragel/gendata.cc)0
-rw-r--r--libfsm/gendata.h (renamed from ragel/gendata.h)0
-rw-r--r--libfsm/goto.cc (renamed from ragel/goto.cc)0
-rw-r--r--libfsm/goto.h (renamed from ragel/goto.h)0
-rw-r--r--libfsm/gotoexp.cc (renamed from ragel/gotoexp.cc)0
-rw-r--r--libfsm/gotoexp.h (renamed from ragel/gotoexp.h)0
-rw-r--r--libfsm/gotoloop.cc (renamed from ragel/gotoloop.cc)0
-rw-r--r--libfsm/gotoloop.h (renamed from ragel/gotoloop.h)0
-rw-r--r--libfsm/idbase.cc (renamed from ragel/idbase.cc)0
-rw-r--r--libfsm/inputdata.cc (renamed from ragel/inputdata.cc)0
-rw-r--r--libfsm/inputdata.h (renamed from ragel/inputdata.h)0
-rw-r--r--libfsm/ipgoto.cc (renamed from ragel/ipgoto.cc)0
-rw-r--r--libfsm/ipgoto.h (renamed from ragel/ipgoto.h)0
-rw-r--r--libfsm/libragel.h (renamed from ragel/libragel.h)0
-rw-r--r--libfsm/load.h (renamed from ragel/load.h)0
-rw-r--r--libfsm/parsedata.h (renamed from ragel/parsedata.h)0
-rw-r--r--libfsm/parsetree.h (renamed from ragel/parsetree.h)0
-rw-r--r--libfsm/pcheck.h (renamed from ragel/pcheck.h)0
-rw-r--r--libfsm/ragel-config.cmake.in (renamed from ragel/ragel-config.cmake.in)0
-rw-r--r--libfsm/ragel.h (renamed from ragel/ragel.h)0
-rw-r--r--libfsm/redfsm.cc (renamed from ragel/redfsm.cc)0
-rw-r--r--libfsm/redfsm.h (renamed from ragel/redfsm.h)0
-rw-r--r--libfsm/reducer.cc (renamed from ragel/reducer.cc)0
-rw-r--r--libfsm/reducer.h (renamed from ragel/reducer.h)0
-rw-r--r--libfsm/rlscan.h (renamed from ragel/rlscan.h)0
-rw-r--r--libfsm/switch.cc (renamed from ragel/switch.cc)0
-rw-r--r--libfsm/switch.h (renamed from ragel/switch.h)0
-rw-r--r--libfsm/switchbreak.cc (renamed from ragel/switchbreak.cc)0
-rw-r--r--libfsm/switchbreak.h (renamed from ragel/switchbreak.h)0
-rw-r--r--libfsm/switchgoto.cc (renamed from ragel/switchgoto.cc)0
-rw-r--r--libfsm/switchgoto.h (renamed from ragel/switchgoto.h)0
-rw-r--r--libfsm/switchvar.cc (renamed from ragel/switchvar.cc)0
-rw-r--r--libfsm/switchvar.h (renamed from ragel/switchvar.h)0
-rw-r--r--libfsm/tabbreak.cc (renamed from ragel/tabbreak.cc)0
-rw-r--r--libfsm/tabgoto.cc (renamed from ragel/tabgoto.cc)0
-rw-r--r--libfsm/tables.cc (renamed from ragel/tables.cc)0
-rw-r--r--libfsm/tables.h (renamed from ragel/tables.h)0
-rw-r--r--libfsm/tabvar.cc (renamed from ragel/tabvar.cc)0
-rw-r--r--libfsm/version.h.cmake.in (renamed from ragel/version.h.cmake.in)0
-rw-r--r--libfsm/xmlparse.kh (renamed from ragel/xmlparse.kh)0
-rw-r--r--libfsm/xmlparse.kl (renamed from ragel/xmlparse.kl)0
-rw-r--r--libfsm/xmlscan.rl (renamed from ragel/xmlscan.rl)0
-rw-r--r--libfsm/xmltags.gperf (renamed from ragel/xmltags.gperf)0
90 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 792f276a..a6cd9ed2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,8 +19,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
-SUBDIRS = aapl colm ragel doc test
-DIST_SUBDIRS = $(SUBDIRS) aapl
+SUBDIRS = aapl libfsm colm doc test
dist_doc_DATA = colm.vim
EXTRA_DIST = colm.vim sedsubst
diff --git a/configure.ac b/configure.ac
index 6cb17e34..d0d08f80 100644
--- a/configure.ac
+++ b/configure.ac
@@ -419,8 +419,8 @@ AC_CONFIG_HEADERS([src/config.h colm/defs.h])
AC_OUTPUT([
Makefile
aapl/Makefile
+ libfsm/Makefile
colm/Makefile
- ragel/Makefile
cgil/Makefile
test/Makefile
test/aapl.d/Makefile
diff --git a/ragel/.exrc b/libfsm/.exrc
index 412b360f..412b360f 100644
--- a/ragel/.exrc
+++ b/libfsm/.exrc
diff --git a/ragel/.gitignore b/libfsm/.gitignore
index 78db4968..78db4968 100644
--- a/ragel/.gitignore
+++ b/libfsm/.gitignore
diff --git a/ragel/CMakeLists.txt b/libfsm/CMakeLists.txt
index 3e797981..3e797981 100644
--- a/ragel/CMakeLists.txt
+++ b/libfsm/CMakeLists.txt
diff --git a/ragel/Makefile.am b/libfsm/Makefile.am
index 5a3761e9..5a3761e9 100644
--- a/ragel/Makefile.am
+++ b/libfsm/Makefile.am
diff --git a/ragel/actexp.cc b/libfsm/actexp.cc
index 771d4623..771d4623 100644
--- a/ragel/actexp.cc
+++ b/libfsm/actexp.cc
diff --git a/ragel/actexp.h b/libfsm/actexp.h
index 49165755..49165755 100644
--- a/ragel/actexp.h
+++ b/libfsm/actexp.h
diff --git a/ragel/action.h b/libfsm/action.h
index 39169202..39169202 100644
--- a/ragel/action.h
+++ b/libfsm/action.h
diff --git a/ragel/actloop.cc b/libfsm/actloop.cc
index 675e78fa..675e78fa 100644
--- a/ragel/actloop.cc
+++ b/libfsm/actloop.cc
diff --git a/ragel/actloop.h b/libfsm/actloop.h
index 238ba72a..238ba72a 100644
--- a/ragel/actloop.h
+++ b/libfsm/actloop.h
diff --git a/ragel/allocgen.cc b/libfsm/allocgen.cc
index fee37940..fee37940 100644
--- a/ragel/allocgen.cc
+++ b/libfsm/allocgen.cc
diff --git a/ragel/asm.cc b/libfsm/asm.cc
index ca9f5d65..ca9f5d65 100644
--- a/ragel/asm.cc
+++ b/libfsm/asm.cc
diff --git a/ragel/asm.h b/libfsm/asm.h
index 3b4229d4..3b4229d4 100644
--- a/ragel/asm.h
+++ b/libfsm/asm.h
diff --git a/ragel/binary.cc b/libfsm/binary.cc
index 39b58a47..39b58a47 100644
--- a/ragel/binary.cc
+++ b/libfsm/binary.cc
diff --git a/ragel/binary.h b/libfsm/binary.h
index d947483d..d947483d 100644
--- a/ragel/binary.h
+++ b/libfsm/binary.h
diff --git a/ragel/binbreak.cc b/libfsm/binbreak.cc
index 18b71542..18b71542 100644
--- a/ragel/binbreak.cc
+++ b/libfsm/binbreak.cc
diff --git a/ragel/binbreak.h b/libfsm/binbreak.h
index 1b48ab24..1b48ab24 100644
--- a/ragel/binbreak.h
+++ b/libfsm/binbreak.h
diff --git a/ragel/bingoto.cc b/libfsm/bingoto.cc
index 1f4a818d..1f4a818d 100644
--- a/ragel/bingoto.cc
+++ b/libfsm/bingoto.cc
diff --git a/ragel/bingoto.h b/libfsm/bingoto.h
index 18fa8397..18fa8397 100644
--- a/ragel/bingoto.h
+++ b/libfsm/bingoto.h
diff --git a/ragel/binvar.cc b/libfsm/binvar.cc
index addec681..addec681 100644
--- a/ragel/binvar.cc
+++ b/libfsm/binvar.cc
diff --git a/ragel/binvar.h b/libfsm/binvar.h
index cbbcef79..cbbcef79 100644
--- a/ragel/binvar.h
+++ b/libfsm/binvar.h
diff --git a/ragel/buffer.h b/libfsm/buffer.h
index 72bcd5f9..72bcd5f9 100644
--- a/ragel/buffer.h
+++ b/libfsm/buffer.h
diff --git a/ragel/codegen.cc b/libfsm/codegen.cc
index ae6ceb06..ae6ceb06 100644
--- a/ragel/codegen.cc
+++ b/libfsm/codegen.cc
diff --git a/ragel/codegen.h b/libfsm/codegen.h
index 904c839f..904c839f 100644
--- a/ragel/codegen.h
+++ b/libfsm/codegen.h
diff --git a/ragel/common.cc b/libfsm/common.cc
index 6e0f5c0c..6e0f5c0c 100644
--- a/ragel/common.cc
+++ b/libfsm/common.cc
diff --git a/ragel/common.h b/libfsm/common.h
index 142eb735..142eb735 100644
--- a/ragel/common.h
+++ b/libfsm/common.h
diff --git a/ragel/config.h.cmake.in b/libfsm/config.h.cmake.in
index ad4bf494..ad4bf494 100644
--- a/ragel/config.h.cmake.in
+++ b/libfsm/config.h.cmake.in
diff --git a/ragel/dot.cc b/libfsm/dot.cc
index edd4225b..edd4225b 100644
--- a/ragel/dot.cc
+++ b/libfsm/dot.cc
diff --git a/ragel/dot.h b/libfsm/dot.h
index 13f53532..13f53532 100644
--- a/ragel/dot.h
+++ b/libfsm/dot.h
diff --git a/ragel/flat.cc b/libfsm/flat.cc
index 8cda30db..8cda30db 100644
--- a/ragel/flat.cc
+++ b/libfsm/flat.cc
diff --git a/ragel/flat.h b/libfsm/flat.h
index 1e54f5ab..1e54f5ab 100644
--- a/ragel/flat.h
+++ b/libfsm/flat.h
diff --git a/ragel/flatbreak.cc b/libfsm/flatbreak.cc
index 08342625..08342625 100644
--- a/ragel/flatbreak.cc
+++ b/libfsm/flatbreak.cc
diff --git a/ragel/flatbreak.h b/libfsm/flatbreak.h
index 23400000..23400000 100644
--- a/ragel/flatbreak.h
+++ b/libfsm/flatbreak.h
diff --git a/ragel/flatgoto.cc b/libfsm/flatgoto.cc
index c3206191..c3206191 100644
--- a/ragel/flatgoto.cc
+++ b/libfsm/flatgoto.cc
diff --git a/ragel/flatgoto.h b/libfsm/flatgoto.h
index e21b6cd9..e21b6cd9 100644
--- a/ragel/flatgoto.h
+++ b/libfsm/flatgoto.h
diff --git a/ragel/flatvar.cc b/libfsm/flatvar.cc
index b747afcd..b747afcd 100644
--- a/ragel/flatvar.cc
+++ b/libfsm/flatvar.cc
diff --git a/ragel/flatvar.h b/libfsm/flatvar.h
index 9cd80eab..9cd80eab 100644
--- a/ragel/flatvar.h
+++ b/libfsm/flatvar.h
diff --git a/ragel/fsmap.cc b/libfsm/fsmap.cc
index e38680f3..e38680f3 100644
--- a/ragel/fsmap.cc
+++ b/libfsm/fsmap.cc
diff --git a/ragel/fsmattach.cc b/libfsm/fsmattach.cc
index 5e7e5e7c..5e7e5e7c 100644
--- a/ragel/fsmattach.cc
+++ b/libfsm/fsmattach.cc
diff --git a/ragel/fsmbase.cc b/libfsm/fsmbase.cc
index bdf40279..bdf40279 100644
--- a/ragel/fsmbase.cc
+++ b/libfsm/fsmbase.cc
diff --git a/ragel/fsmcond.cc b/libfsm/fsmcond.cc
index b2339c12..b2339c12 100644
--- a/ragel/fsmcond.cc
+++ b/libfsm/fsmcond.cc
diff --git a/ragel/fsmgraph.cc b/libfsm/fsmgraph.cc
index 819bfa96..819bfa96 100644
--- a/ragel/fsmgraph.cc
+++ b/libfsm/fsmgraph.cc
diff --git a/ragel/fsmgraph.h b/libfsm/fsmgraph.h
index 2429d923..2429d923 100644
--- a/ragel/fsmgraph.h
+++ b/libfsm/fsmgraph.h
diff --git a/ragel/fsmmin.cc b/libfsm/fsmmin.cc
index cabe3968..cabe3968 100644
--- a/ragel/fsmmin.cc
+++ b/libfsm/fsmmin.cc
diff --git a/ragel/fsmnfa.cc b/libfsm/fsmnfa.cc
index cde4f82d..cde4f82d 100644
--- a/ragel/fsmnfa.cc
+++ b/libfsm/fsmnfa.cc
diff --git a/ragel/fsmstate.cc b/libfsm/fsmstate.cc
index 03a4df34..03a4df34 100644
--- a/ragel/fsmstate.cc
+++ b/libfsm/fsmstate.cc
diff --git a/ragel/gendata.cc b/libfsm/gendata.cc
index c44f7049..c44f7049 100644
--- a/ragel/gendata.cc
+++ b/libfsm/gendata.cc
diff --git a/ragel/gendata.h b/libfsm/gendata.h
index f34f2629..f34f2629 100644
--- a/ragel/gendata.h
+++ b/libfsm/gendata.h
diff --git a/ragel/goto.cc b/libfsm/goto.cc
index 610f44d1..610f44d1 100644
--- a/ragel/goto.cc
+++ b/libfsm/goto.cc
diff --git a/ragel/goto.h b/libfsm/goto.h
index dcf13448..dcf13448 100644
--- a/ragel/goto.h
+++ b/libfsm/goto.h
diff --git a/ragel/gotoexp.cc b/libfsm/gotoexp.cc
index dea9029c..dea9029c 100644
--- a/ragel/gotoexp.cc
+++ b/libfsm/gotoexp.cc
diff --git a/ragel/gotoexp.h b/libfsm/gotoexp.h
index ddb3f138..ddb3f138 100644
--- a/ragel/gotoexp.h
+++ b/libfsm/gotoexp.h
diff --git a/ragel/gotoloop.cc b/libfsm/gotoloop.cc
index 41a8cd8a..41a8cd8a 100644
--- a/ragel/gotoloop.cc
+++ b/libfsm/gotoloop.cc
diff --git a/ragel/gotoloop.h b/libfsm/gotoloop.h
index 68c43ce2..68c43ce2 100644
--- a/ragel/gotoloop.h
+++ b/libfsm/gotoloop.h
diff --git a/ragel/idbase.cc b/libfsm/idbase.cc
index c4daa344..c4daa344 100644
--- a/ragel/idbase.cc
+++ b/libfsm/idbase.cc
diff --git a/ragel/inputdata.cc b/libfsm/inputdata.cc
index 66ec4afb..66ec4afb 100644
--- a/ragel/inputdata.cc
+++ b/libfsm/inputdata.cc
diff --git a/ragel/inputdata.h b/libfsm/inputdata.h
index 689f9078..689f9078 100644
--- a/ragel/inputdata.h
+++ b/libfsm/inputdata.h
diff --git a/ragel/ipgoto.cc b/libfsm/ipgoto.cc
index 4b8af3d6..4b8af3d6 100644
--- a/ragel/ipgoto.cc
+++ b/libfsm/ipgoto.cc
diff --git a/ragel/ipgoto.h b/libfsm/ipgoto.h
index 1ec51bbf..1ec51bbf 100644
--- a/ragel/ipgoto.h
+++ b/libfsm/ipgoto.h
diff --git a/ragel/libragel.h b/libfsm/libragel.h
index ad328e86..ad328e86 100644
--- a/ragel/libragel.h
+++ b/libfsm/libragel.h
diff --git a/ragel/load.h b/libfsm/load.h
index 6ef7d57c..6ef7d57c 100644
--- a/ragel/load.h
+++ b/libfsm/load.h
diff --git a/ragel/parsedata.h b/libfsm/parsedata.h
index d45de5a6..d45de5a6 100644
--- a/ragel/parsedata.h
+++ b/libfsm/parsedata.h
diff --git a/ragel/parsetree.h b/libfsm/parsetree.h
index 1d4f7e6b..1d4f7e6b 100644
--- a/ragel/parsetree.h
+++ b/libfsm/parsetree.h
diff --git a/ragel/pcheck.h b/libfsm/pcheck.h
index adc011b3..adc011b3 100644
--- a/ragel/pcheck.h
+++ b/libfsm/pcheck.h
diff --git a/ragel/ragel-config.cmake.in b/libfsm/ragel-config.cmake.in
index 8de5d2cb..8de5d2cb 100644
--- a/ragel/ragel-config.cmake.in
+++ b/libfsm/ragel-config.cmake.in
diff --git a/ragel/ragel.h b/libfsm/ragel.h
index c3fd6f22..c3fd6f22 100644
--- a/ragel/ragel.h
+++ b/libfsm/ragel.h
diff --git a/ragel/redfsm.cc b/libfsm/redfsm.cc
index 1b83e5b5..1b83e5b5 100644
--- a/ragel/redfsm.cc
+++ b/libfsm/redfsm.cc
diff --git a/ragel/redfsm.h b/libfsm/redfsm.h
index 392b1a9c..392b1a9c 100644
--- a/ragel/redfsm.h
+++ b/libfsm/redfsm.h
diff --git a/ragel/reducer.cc b/libfsm/reducer.cc
index 592dcfe1..592dcfe1 100644
--- a/ragel/reducer.cc
+++ b/libfsm/reducer.cc
diff --git a/ragel/reducer.h b/libfsm/reducer.h
index 0d0f1af1..0d0f1af1 100644
--- a/ragel/reducer.h
+++ b/libfsm/reducer.h
diff --git a/ragel/rlscan.h b/libfsm/rlscan.h
index e8b4047d..e8b4047d 100644
--- a/ragel/rlscan.h
+++ b/libfsm/rlscan.h
diff --git a/ragel/switch.cc b/libfsm/switch.cc
index 076f3585..076f3585 100644
--- a/ragel/switch.cc
+++ b/libfsm/switch.cc
diff --git a/ragel/switch.h b/libfsm/switch.h
index 7f23778b..7f23778b 100644
--- a/ragel/switch.h
+++ b/libfsm/switch.h
diff --git a/ragel/switchbreak.cc b/libfsm/switchbreak.cc
index 567dfbc4..567dfbc4 100644
--- a/ragel/switchbreak.cc
+++ b/libfsm/switchbreak.cc
diff --git a/ragel/switchbreak.h b/libfsm/switchbreak.h
index fdbac68c..fdbac68c 100644
--- a/ragel/switchbreak.h
+++ b/libfsm/switchbreak.h
diff --git a/ragel/switchgoto.cc b/libfsm/switchgoto.cc
index 3b293c70..3b293c70 100644
--- a/ragel/switchgoto.cc
+++ b/libfsm/switchgoto.cc
diff --git a/ragel/switchgoto.h b/libfsm/switchgoto.h
index d8207325..d8207325 100644
--- a/ragel/switchgoto.h
+++ b/libfsm/switchgoto.h
diff --git a/ragel/switchvar.cc b/libfsm/switchvar.cc
index b19f28db..b19f28db 100644
--- a/ragel/switchvar.cc
+++ b/libfsm/switchvar.cc
diff --git a/ragel/switchvar.h b/libfsm/switchvar.h
index 220963a4..220963a4 100644
--- a/ragel/switchvar.h
+++ b/libfsm/switchvar.h
diff --git a/ragel/tabbreak.cc b/libfsm/tabbreak.cc
index 5ded768a..5ded768a 100644
--- a/ragel/tabbreak.cc
+++ b/libfsm/tabbreak.cc
diff --git a/ragel/tabgoto.cc b/libfsm/tabgoto.cc
index ca90cb9d..ca90cb9d 100644
--- a/ragel/tabgoto.cc
+++ b/libfsm/tabgoto.cc
diff --git a/ragel/tables.cc b/libfsm/tables.cc
index 40edd93e..40edd93e 100644
--- a/ragel/tables.cc
+++ b/libfsm/tables.cc
diff --git a/ragel/tables.h b/libfsm/tables.h
index 258f869e..258f869e 100644
--- a/ragel/tables.h
+++ b/libfsm/tables.h
diff --git a/ragel/tabvar.cc b/libfsm/tabvar.cc
index 02bd7b55..02bd7b55 100644
--- a/ragel/tabvar.cc
+++ b/libfsm/tabvar.cc
diff --git a/ragel/version.h.cmake.in b/libfsm/version.h.cmake.in
index 0f9fa015..0f9fa015 100644
--- a/ragel/version.h.cmake.in
+++ b/libfsm/version.h.cmake.in
diff --git a/ragel/xmlparse.kh b/libfsm/xmlparse.kh
index 1b0b30ad..1b0b30ad 100644
--- a/ragel/xmlparse.kh
+++ b/libfsm/xmlparse.kh
diff --git a/ragel/xmlparse.kl b/libfsm/xmlparse.kl
index 04d95b83..04d95b83 100644
--- a/ragel/xmlparse.kl
+++ b/libfsm/xmlparse.kl
diff --git a/ragel/xmlscan.rl b/libfsm/xmlscan.rl
index 4e9ee4e2..4e9ee4e2 100644
--- a/ragel/xmlscan.rl
+++ b/libfsm/xmlscan.rl
diff --git a/ragel/xmltags.gperf b/libfsm/xmltags.gperf
index 1ca544f7..1ca544f7 100644
--- a/ragel/xmltags.gperf
+++ b/libfsm/xmltags.gperf