< prev index next >

src/os/aix/vm/jvm_aix.h

Print this page
rev 13052 : [mq]: stdc_macros

*** 1,7 **** /* ! * Copyright (c) 1999, 2015, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2012, 2013 SAP SE. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as --- 1,7 ---- /* ! * Copyright (c) 1999, 2017, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2012, 2013 SAP SE. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as
*** 38,59 **** /* * This file is currently collecting system-specific dregs for the * JNI conversion, which should be sorted out later. */ - // Since we are compiling with c++, we need the following to make c macros - // visible. - #if !defined(__STDC_LIMIT_MACROS) - # define __STDC_LIMIT_MACROS 1 - #endif - #if !defined(__STDC_CONSTANT_MACROS) - # define __STDC_CONSTANT_MACROS 1 - #endif - #if !defined(__STDC_FORMAT_MACROS) - # define __STDC_FORMAT_MACROS 1 - #endif - #include <dirent.h> /* For DIR */ // Must redefine NULL because the macro gets redefined to int 0 // by dirent.h. This redefinition is included later then the standard definition in // globalDefinitions_<compiler>.hpp and leads to assertions in the VM initialization. --- 38,47 ----
< prev index next >