]> git.ipfire.org Git - thirdparty/tar.git/commit
Fix incompatibility with PGI 16.10
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 14 Feb 2017 16:55:05 +0000 (08:55 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 14 Feb 2017 16:55:28 +0000 (08:55 -0800)
commit2be02a7c9afa5b4f01261e5b66c64217f7f3c29a
tree3e8f31c9f14468255e10541e5cdcddeb6d55c48a
parent30fe67226a7cfc5242fa8193c606dc1119ddd4b3
Fix incompatibility with PGI 16.10

* src/tar.c (options): Fix incompatibility with the C standard,
which says that arguments to macro calls cannot contain # directives.
src/tar.c