]> git.ipfire.org Git - thirdparty/autoconf.git/commit
tests/m4sh.at: prevent an undesirable expansion of __oline__.
authorZack Weinberg <zackw@panix.com>
Thu, 29 Oct 2020 13:21:52 +0000 (09:21 -0400)
committerZack Weinberg <zackw@panix.com>
Thu, 29 Oct 2020 13:24:41 +0000 (09:24 -0400)
commit5147a642966e2247827cfd9e6f71464439c6d773
tree1da87551a7df64f2da64afdd512102ce26bf979a
parent7b7a4f9ccd9c0583fcfc928b62ba5ab28cfbd68c
tests/m4sh.at: prevent an undesirable expansion of __oline__.

The descriptive comment for AT_DATA_LINENO mentions __oline__, and
this is expanded when generating the testsuite, which is confusing
to anyone reading the generated testuite.  Defang it with @&t@.

* tests/m4sh.at (AT_DATA_LINENO): Prevent expansion of __oline__
  in the descriptive comment.
tests/m4sh.at