diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2017-01-24 02:55:18 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2017-01-26 09:16:48 +0530 |
commit | 748fe80423b56ea52a5dbb26f84cfedd5b416b8e (patch) | |
tree | 5040f4f00cb984b2283eded8136b4952cac855d8 /run_unittests.py | |
parent | 3433fc54c916d41a26e2e214818bf0fda896cf04 (diff) | |
download | meson-748fe80423b56ea52a5dbb26f84cfedd5b416b8e.zip meson-748fe80423b56ea52a5dbb26f84cfedd5b416b8e.tar.gz meson-748fe80423b56ea52a5dbb26f84cfedd5b416b8e.tar.bz2 |
compilers: Add prefix before limits.h in has_function checks
prefix might define _GNU_SOURCE, which *must* be defined before your
first include of limits.h, so we must define it first.
There's not really any downsides to including limits.h after the
prefix.
Diffstat (limited to 'run_unittests.py')
0 files changed, 0 insertions, 0 deletions