swig/Source/CParse
William S Fulton fa4223e496 Fix parsing of extern "C" and typedef for example:
extern "C" typedef void (*Hook2_t)(int, const char *);
extern "C" typedef int Integer;

Closes #375
2015-04-07 21:34:23 +01:00
..
cparse.h Improve error message when an unknown SWIG directive is used 2015-01-08 12:07:54 +13:00
cscanner.c Fix segfault in handling unknown directives 2015-03-27 18:14:03 +13:00
parser.y Fix parsing of extern "C" and typedef for example: 2015-04-07 21:34:23 +01:00
templ.c Fix assorted comment and documentation typos 2014-02-23 17:15:22 +13:00
util.c Create separate extetnd.c file for handling extensions / %extend 2014-05-21 19:16:15 +01:00