diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-06-17 07:01:49 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-06-17 07:01:49 -0700 |
commit | a937b2bb1f550766e96b8b8994d7fdc4580bdf13 (patch) | |
tree | cae04ee6f368554d773808e57ee53a7c11665722 /parser.y | |
parent | 22774201563c6ef587898891419b49b3c809fb93 (diff) | |
download | txr-a937b2bb1f550766e96b8b8994d7fdc4580bdf13.tar.gz txr-a937b2bb1f550766e96b8b8994d7fdc4580bdf13.tar.bz2 txr-a937b2bb1f550766e96b8b8994d7fdc4580bdf13.zip |
android: fix compiler noise about __ANDROID_API__
* configure: Termux's gcc now defines __ANDROID_API__
which clashes with our definition. We cannot remove
our definition because Termux's uses a uselessly low,
conservative value. Thus, add a -U to undefine it
before our -D redefinition.
Diffstat (limited to 'parser.y')
0 files changed, 0 insertions, 0 deletions