# yacc created y.tab.c and y.tab.h - the makefile will rename them # y-tab.c and y-tab.h # # this file creates y-tok.h # #@ @ @@ @ @ @@@@@@ @@@@@ @@@@ @ @ @@@@@@ @ @ @@@@ #@@ @@ @ @ @ @ @ @ @ @ @ @ @ @@ @ @ #@ @@ @ @ @ @@@@ @@@@@ @ @ @ @@@@ @@@@@ @ @ @ @@@@ #@ @ @@@@@@ @ @ @ @ @ @ @ @ @ @ @ @ @ #@ @ @ @ @ @ @ @ @ @ @ @ @ @ @@ @ @ #@ @ @ @ @ @ @@@@@@ @ @@@@ @ @ @@@@@@ @ @ @@@@ # #This script file generates the file y-tok.h awk '/define/ {print " \""$3 "\","}' y-tab.h > y-tok.h