diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2019-02-02 21:28:03 +0100 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2019-02-04 00:37:18 +0100 |
| commit | e6e60e370f4309431de9d488f6dc1fe96a976879 (patch) | |
| tree | 3318644e576f4b21825994bf8fc1c1f589c03da3 /optimize.h | |
| parent | 3b246718ea3341a09fe6f7ecba5a9a882c590452 (diff) | |
| download | sparse-dev-e6e60e370f4309431de9d488f6dc1fe96a976879.tar.gz | |
predefs: fix for MIPS system headers needing _MIPS_SZ{INT,LONG,PTR}
System headers (at least glibc's ones) define and use __WORDSIZE
which, on most archs, is defined depending on __LP64 or __ILP32.
But on MIPS, __WORDISZE is defined depending on the value of the
builtin macro _MIPS_SZPTR.
So, add the predefine for _MIPS_SZPTR on MIPS.
Reported-by: Uwe Kleine-König <uwe@kleine-koenig.org>
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'optimize.h')
0 files changed, 0 insertions, 0 deletions
