swig/Source/CParse
Olly Betts 747a51f095 Try to prevent direct use of exit(), malloc(), etc
Use `#pragma GCC poison` (supported since GCC 3, maybe earlier) when
compiling with GCC to help prevent direct uses being introduced for
functions which DOH provides a wrapper for.
2022-03-06 15:36:42 +13:00
..
cparse.h new_node refactor 2018-05-19 09:00:06 +01:00
cscanner.c Improve the change to allow parsing 9%a 2022-03-04 17:00:20 +13:00
parser.y Try to prevent direct use of exit(), malloc(), etc 2022-03-06 15:36:42 +13:00
templ.c Fail cleanly on allocation failures 2022-03-04 11:47:49 +13:00
util.c new_node refactor 2018-05-19 09:00:06 +01:00