Forgot one case

This commit is contained in:
Matthias Clasen 2005-07-08 03:30:24 +00:00
parent 08dabde55f
commit f8fa5693ad

View File

@ -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>