xref: /original-bsd/old/awk/tokenscript (revision 7a4e9f34)
1e y.tab.h
21,$s/# *define *//
31,$s/^/"/
41,$s/ /", /
51,$s/$/,/
6w temp
7e token.c
8/= *{$/+1,/^};$/-1d
9-r temp
10w token.c
11q
12s/tokenscript	4.1	82/05/07//
13
14