Add file headers and footers (modelines) to all files
commit45b69c0423b2558fab1869485c1dff2ef1a13f82
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
parentdd677d65101b81b0e3df5f91eb67de8fdf0da992
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