< prev index next >

src/share/vm/utilities/globalDefinitions.hpp

Print this page
rev 13052 : [mq]: stdc_macros

@@ -23,14 +23,10 @@
  */
 
 #ifndef SHARE_VM_UTILITIES_GLOBALDEFINITIONS_HPP
 #define SHARE_VM_UTILITIES_GLOBALDEFINITIONS_HPP
 
-#ifndef __STDC_FORMAT_MACROS
-#define __STDC_FORMAT_MACROS
-#endif
-
 #ifdef TARGET_COMPILER_gcc
 # include "utilities/globalDefinitions_gcc.hpp"
 #endif
 #ifdef TARGET_COMPILER_visCPP
 # include "utilities/globalDefinitions_visCPP.hpp"
< prev index next >