]> git.ipfire.org Git - thirdparty/xz.git/commit
liblzma: Update a comment.
authorLasse Collin <lasse.collin@tukaani.org>
Tue, 26 Sep 2023 18:47:13 +0000 (21:47 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 26 Sep 2023 18:47:13 +0000 (21:47 +0300)
commit5a9af95f85a7e5d4f9c10cb8cf737651a921f1d1
tree8e020b1147c02357e0c0a8ea4774ec6e77960e7f
parent8ebaf3f665ddc7e4f19c613005050dde5ccbe499
liblzma: Update a comment.

The C standards don't allow an empty translation unit which can be
avoided by declaring something, without exporting any symbols.

When I committed f644473a211394447824ea00518d0a214ff3f7f2 I had
a feeling that some specific toolchain somewhere didn't like
empty object files (assembler or maybe "ar" complained) but
I cannot find anything to confirm this now. Quite likely I
remembered nonsense. I leave this here as a note to my future self. :-)
src/liblzma/check/crc64_table.c