]> git.draconx.ca Git - dxcommon.git/commit
copysym: Fix testcase on pre-C99 compilers.
authorNick Bowler <nbowler@draconx.ca>
Sat, 6 Jan 2024 21:34:29 +0000 (16:34 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sat, 6 Jan 2024 21:34:29 +0000 (16:34 -0500)
commit4f94394a1e9aef0eaa98b52fe8421b62e3779682
tree80b49e404fc8ee43107c9a54d06979758f06dbe2
parentfefed57c88a4cdd3f6cbcb75c1f1cbe462b85e0e
copysym: Fix testcase on pre-C99 compilers.

Apparently some C++-style // comments slipped in to this test
program, which is not supported by C89 compilers.
t/copysym.c