kdelibs/khtml/xpath/makeparser

5 lines
99 B
Text
Raw Normal View History

#!/bin/sh
bison -v -d -p khtmlxpathyy parser.y
mv parser.tab.c parser.cpp
mv parser.tab.h parser.h