# @(#)awk:awk:tokenscript	35.2
e y.tab.h
g/#ident "@(#)awk:awk:tokenscript	35.2"/p
1,$s/# *define *//
1,$s/^/"/
1,$s/ /", /
1,$s/$/,/
w temp
e token.c
/= *{$/+1,/^};$/-1d
-r temp
w tokentmp.c
q
