diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-05-31 19:14:17 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-05-31 19:14:17 -0700 |
commit | 93a13ccd3838a1f9646b92b3fb8785f48885ac6e (patch) | |
tree | d6413f31d22ae813e01d3d64b46caebe15014e14 /stdlib | |
parent | 9d02e5e1120d36fb2c4284187de99e19d434dc98 (diff) | |
download | txr-93a13ccd3838a1f9646b92b3fb8785f48885ac6e.tar.gz txr-93a13ccd3838a1f9646b92b3fb8785f48885ac6e.tar.bz2 txr-93a13ccd3838a1f9646b92b3fb8785f48885ac6e.zip |
build: fix broken build when we don't HAVE_ZLIB.
* parser.c (open_txr_file): Use liberal heaps of #if HAVE_ZLIB.
If there is no Zlib, and the caller explicitly requests a
.tlo.gz file to be loaded, then throw. Do not implicitly look
for a .tlo.gz file.
* stream.c (open_file): #if HAVE_ZLIB around a goto label that
is only used out of HAVE_ZLIB code, to eliminate unused label
warning.
Diffstat (limited to 'stdlib')
0 files changed, 0 insertions, 0 deletions