2 # Patch lemon.c and lempar.c to silence static analyzer warnings.
3 # See also tools/lemon/README
5 # Strip trailing whitespace
6 sed -e 's/ \+$//' -i lemon.c lempar.c
9 if [ -d "patches" ]; then
10 for i
in patches
/*.
patch; do
12 patch --silent -p1 -i "$i"