summaryrefslogtreecommitdiffstats
path: root/eval.h
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2020-12-22 07:39:13 -0800
committerKaz Kylheku <kaz@kylheku.com>2020-12-22 07:39:13 -0800
commitfc02d9541c6b1277dba17af6c2f828aa7a93169b (patch)
treeff33cc9daef6225853405f044d46bcc8b5c70cf2 /eval.h
parentb9d24b707e78fec4a5449cb6f543ac26cb35a30d (diff)
downloadtxr-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