src/share/vm/adlc/adlc.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 7089790_shared Cdiff src/share/vm/adlc/adlc.hpp

src/share/vm/adlc/adlc.hpp

Print this page
rev 2695 : shared changes

*** 65,77 **** #endif #define _UINTPTR_T_DEFINED #endif #endif // _WIN32 ! #ifdef LINUX #include <inttypes.h> ! #endif // LINUX // Macros #define uint32 unsigned int #define uint unsigned int --- 65,77 ---- #endif #define _UINTPTR_T_DEFINED #endif #endif // _WIN32 ! #if defined(LINUX) || defined(_ALLBSD_SOURCE) #include <inttypes.h> ! #endif // LINUX || _ALLBSD_SOURCE // Macros #define uint32 unsigned int #define uint unsigned int
src/share/vm/adlc/adlc.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File