]> git.draconx.ca Git - cdecl99.git/commit
Restructure the type specifier check.
authorNick Bowler <nbowler@draconx.ca>
Fri, 12 Mar 2021 04:54:24 +0000 (23:54 -0500)
committerNick Bowler <nbowler@draconx.ca>
Fri, 12 Mar 2021 05:04:45 +0000 (00:04 -0500)
commit6d601969de9687819347cf27df8ddf6ab026e4b0
treee7103cd9d8d715b7f3ea8db5a09becc4b3d4316c
parentbbfdea24b2b940031e86e990bc457785dd378b58
Restructure the type specifier check.

As the typemap.c functionality is only used for one thing and is quite
simple, let's integrate that more closely with the declaration specifier
checks.  This further reduces the code size of the library somewhat.

The old sed line noise is replaced by a similar awk script which should
be much easier to adjust as needed.
Makefile.am
src/.gitignore
src/gen-typemap.awk [new file with mode: 0755]
src/parse-decl.c
src/typemap.c [deleted file]
src/validtypes.sed [deleted file]