]> git.draconx.ca Git - cdecl99.git/commit
Move typemap stuff into a separate file.
authorNick Bowler <nbowler@draconx.ca>
Tue, 21 Jun 2011 22:29:30 +0000 (18:29 -0400)
committerNick Bowler <nbowler@draconx.ca>
Tue, 21 Jun 2011 22:29:30 +0000 (18:29 -0400)
commit0b6c0a1a3749b47249c4347530862ca034bac674
tree4a7df5cc59f9670bedf972fd053c80c84c8ceca1
parent2ca0617e4dd5192c029fa800e00250aaf6248c79
Move typemap stuff into a separate file.

These functions will be generally useful.  They are not part of the
public API, so we use the cdecl__ prefix for internal functions.

While we're at it, make the code easier to understand by automatically
generating the huge switch statement and eliminating the silly macros.
Makefile.am
src/.gitignore
src/parse-decl.c
src/typemap.c [new file with mode: 0644]
src/typemap.h [new file with mode: 0644]
src/validtypes.in [new file with mode: 0644]
src/validtypes.sed [new file with mode: 0644]