diff options
author | Akim Demaille <akim@lrde.epita.fr> | 2013-02-16 14:21:09 +0100 |
---|---|---|
committer | Akim Demaille <akim@lrde.epita.fr> | 2013-02-18 10:01:28 +0100 |
commit | 4c9b8f1318c68238074ee19e7ab976a22924540e (patch) | |
tree | ff427cbb5ce5d139b8aab56c0c1107cd1dfd9728 /tests/atlocal.in | |
parent | 45eebca42dbcc60074000828ec8422ef99d979f6 (diff) | |
download | bison-4c9b8f1318c68238074ee19e7ab976a22924540e.tar.gz |
style: no longer use backquotes
* tests/actions.at, tests/atlocal.in, tests/c++.at, tests/calc.at,
* tests/conflicts.at, tests/existing.at, tests/glr-regression.at,
* tests/input.at, tests/java.at, tests/local.at, tests/sets.at,
* tests/synclines.at, doc/bison.texi, lib/libiberty.h, lib/timevar.h:
Use single quotes.
Diffstat (limited to 'tests/atlocal.in')
-rw-r--r-- | tests/atlocal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/atlocal.in b/tests/atlocal.in index 3a9f873b..763ca902 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -# We need `config.h'. +# We need 'config.h'. CPPFLAGS="-I$abs_top_builddir/lib @CPPFLAGS@" # Don't just check if $POSIXLY_CORRECT is set, as Bash, when launched |