]> granicus.if.org Git - re2c/commit
- Constify
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Sun, 1 Jan 2006 02:52:01 +0000 (02:52 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Sun, 1 Jan 2006 02:52:01 +0000 (02:52 +0000)
commit871e6c1a6018f1c1e0268ecf4209ed727cf7e929
tree2c6c3bdfcb3fd09b4a78802a3fff32ad52fb6d58
parent0ad6ce0015699f97ebcd01cf379c874d5c0f6cfe
- Constify
- Provide pendantic stuff with PEDANTIC define only, which allows to
  check the code, however we don't want this functions otherwise
- Change from custom type label_list<uint> to std::set<uint>
13 files changed:
actions.cc
bootstrap/parser.cc
bootstrap/y.tab.h
code.cc
code.h
dfa.cc
dfa.h
globals.h
main.cc
parser.h
parser.y
re.h
substr.h