]> git.draconx.ca Git - cdecl99.git/blob - src/typenames.sed
Use #n in strtab.sed.
[cdecl99.git] / src / typenames.sed
1 1i\
2 /* This file is automatically generated by typenames.sed */
3 /[^_[:alpha:][:space:]]/b
4 s/[[:space:]][[:space:]]*/ /g
5 h
6 s/_//g
7 y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/
8 s/LONG LONG/LLONG LONG/
9 s/[[:upper:]][[:upper:]]*/(1ul<<(CDECL_TYPE_&-CDECL_SPEC_TYPE))/g
10 s/ /|/g
11 s/.*/case &:/
12 p
13 x
14 s/ident//
15 s/.*/   return "&";/