summaryrefslogtreecommitdiff
path: root/src/html/html_unescape.h
AgeCommit message (Collapse)Author
2014-11-16Added targets to regenerate html_unescape.h and case_fold_switch.inc.John MacFarlane
For now these are just in the regular Makefile, not in CMakeLists.txt, since the generated files are in the repo and shouldn't ordinarily be regenerated. Note that html_unescape.h is a bit different on regeneration, and this removes error messages we were getting with Clang.
2014-11-16Create html_unescape.h as ANSI CNick Wellnhofer
Pass -L ANSI-C to gperf to create more compatible code.
2014-11-10html_unescape: Made find_entity staticJohn MacFarlane
2014-09-09Entity declarationsVicent Marti