Add file headers and footers (modelines) to all files
commit7d5c16a95e0e712b2e280da16e480363d8c2f5e6
authorJoshua Haberman <joshua@reverberate.org>
Sun, 16 Dec 2007 04:43:48 +0000 (15 20:43 -0800)
committerJoshua Haberman <joshua@reverberate.org>
Sun, 16 Dec 2007 04:43:48 +0000 (15 20:43 -0800)
tree7c9a3a3ddf436164fc24ed0485cf9ed8b92c2439
parent7e8beab366df9aaed82c05a42bdf8ac90dec1b1f
Add file headers and footers (modelines) to all files
21 files changed:
compiler/bc.lua
compiler/bc_constants.lua
compiler/bootstrap/regex_parser.lua
compiler/bootstrap/rtn.lua
compiler/compile.lua
compiler/data_structures.lua
compiler/fa.lua
compiler/minimize.lua
compiler/misc.lua
compiler/nfa_construct.lua
compiler/nfa_to_dfa.lua
lang_ext/lua/bc_read_stream.c
lang_ext/lua/gazelle.c
runtime/bc_read_stream.c
runtime/bc_read_stream.h
runtime/interpreter.c
runtime/interpreter.h
runtime/load_grammar.c
utilities/bitcode_dump.c
utilities/dump_grammar.lua
utilities/gzlparse.c