diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2020-12-22 07:39:13 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2020-12-22 07:39:13 -0800 |
commit | fc02d9541c6b1277dba17af6c2f828aa7a93169b (patch) | |
tree | ff33cc9daef6225853405f044d46bcc8b5c70cf2 /eval.h | |
parent | b9d24b707e78fec4a5449cb6f543ac26cb35a30d (diff) | |
download | txr-fc02d9541c6b1277dba17af6c2f828aa7a93169b.tar.gz txr-fc02d9541c6b1277dba17af6c2f828aa7a93169b.tar.bz2 txr-fc02d9541c6b1277dba17af6c2f828aa7a93169b.zip |
configure: C++ fix for type size detection case.
* configure: The new logic for detecting type sizes introduced
in October, replacing the old nm-based trick, doesn't work
with C++. An anonymous structure is being used to define an
object with linkage: we fix that by giving the structure a tag
name which be. C++ also doesn't like a one-character string
literal like "\n" being used to initialize a char [1] array,
so we make it [2].
Diffstat (limited to 'eval.h')
0 files changed, 0 insertions, 0 deletions