mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 23:46:17 +01:00
Forgot one case
This commit is contained in:
parent
08dabde55f
commit
f8fa5693ad
@ -799,7 +799,7 @@ int main ()
|
|||||||
}
|
}
|
||||||
],glib_size_type=int,
|
],glib_size_type=int,
|
||||||
[GLIB_CHECK_COMPILE_WARNINGS([
|
[GLIB_CHECK_COMPILE_WARNINGS([
|
||||||
#ifdef _AIX
|
#if defined(_AIX) && !defined(__GNUC__)
|
||||||
#pragma options langlvl=stdc89
|
#pragma options langlvl=stdc89
|
||||||
#endif
|
#endif
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user