Update re2c to version 0.16

This commit is contained in:
Randy Heit 2016-02-06 20:58:35 -06:00
commit 43c6c9b5ee
191 changed files with 25778 additions and 17259 deletions

View file

@ -0,0 +1,8 @@
#include "src/parse/code.h"
namespace re2c
{
free_list<const Code *> Code::freelist;
} // namespace re2c