]> git.saurik.com Git - bison.git/commit
change more quotes in source, and adjust tests to match
authorJim Meyering <meyering@redhat.com>
Mon, 16 Jan 2012 18:36:41 +0000 (19:36 +0100)
committerJim Meyering <meyering@redhat.com>
Thu, 19 Jan 2012 08:09:42 +0000 (09:09 +0100)
commit4aa9d1ff9ca9b838fe02a9bfe5ae4b0f935e5451
tree72fc7cbc10174f92d5183579b6100e0e912547c6
parentae93e4e4b8e78396a7707de3dcdd47aca7a46dec
change more quotes in source, and adjust tests to match

Run this command to change each `%s' to '%s' in source directories:
  git grep -l '`%s'\' src djgpp data \
    |xargs perl -pi -e '$q="'\''";s/`%s$q/$q%s$q/g'
* data/bison.m4: Affected per the above.
* djgpp/subpipe.c: Likewise.
* src/files.c: Likewise.
* src/getargs.c: Likewise.
* src/muscle-tab.c: Likewise.
* src/reader.c: Likewise.
* tests/glr-regression.at: Adjust to match.
* tests/input.at: Likewise.
* tests/push.at: Likewise.
* tests/skeletons.at: Likewise.
data/bison.m4
djgpp/subpipe.c
src/files.c
src/getargs.c
src/muscle-tab.c
src/reader.c
tests/glr-regression.at
tests/input.at
tests/push.at
tests/skeletons.at