diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-10-26 01:58:44 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-10-26 01:58:44 -0700 |
commit | eb2afffe5cfdc6aff82b2571c3d25d06ee7c2f8f (patch) | |
tree | 29e5f74d8c0db16eda7355fb4c01c503ff6d30b3 /stdlib/compiler.tl | |
parent | 54efea6dc78b7897fdad7fecccaaa1e6fb28d80e (diff) | |
download | txr-eb2afffe5cfdc6aff82b2571c3d25d06ee7c2f8f.tar.gz txr-eb2afffe5cfdc6aff82b2571c3d25d06ee7c2f8f.tar.bz2 txr-eb2afffe5cfdc6aff82b2571c3d25d06ee7c2f8f.zip |
lib: or2: define in GCC-specific way.
* lib.h (or2): Define simply using the ?: operator from
GNU C, eliminating the explicit temporary variable.
(uses_or2): For GNU C, we make this a dummy, harmless
declaration. If memory serves me, one of the few good ways
to do that it without eliciting unused warnings is to
declare an enum.
Diffstat (limited to 'stdlib/compiler.tl')
0 files changed, 0 insertions, 0 deletions