]> git.draconx.ca Git - cdecl99.git/commit
Generate specifier strings directly from cdecl.h
authorNick Bowler <nbowler@draconx.ca>
Fri, 12 Mar 2021 05:34:27 +0000 (00:34 -0500)
committerNick Bowler <nbowler@draconx.ca>
Fri, 12 Mar 2021 05:39:25 +0000 (00:39 -0500)
commit8b40c60072c0549d18afb1e19fa28ee18036957c
tree677d0fd163487bf94d5f24ddd312e7820dbb687c
parent6d601969de9687819347cf27df8ddf6ab026e4b0
Generate specifier strings directly from cdecl.h

Since the specs.lst file is no longer used for output ordering, it is
now mostly redundant information.  There is another list of specifiers:
the enumeration constants in cdecl.h.  We can fairly easily reconstruct
the strings from this instead.
Makefile.am
src/.gitignore
src/gen-specstr.awk [new file with mode: 0755]
src/namespecs.sed [deleted file]
src/output.c
src/specs.lst [deleted file]