mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 03:54:33 +02:00
8211360: Change #if DEF to #if defined(DEF)
Reviewed-by: bpb, vtewari
This commit is contained in:
parent
5c3896ce21
commit
5c25e2a6fb
6 changed files with 15 additions and 15 deletions
|
@ -43,7 +43,7 @@
|
|||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#if TARGET_OS_MAC
|
||||
#if defined(TARGET_OS_MAC)
|
||||
# pragma pack(push,2)
|
||||
#endif
|
||||
|
||||
|
@ -695,7 +695,7 @@ GSS_DLLIMP OM_uint32 gss_canonicalize_name(
|
|||
gss_name_t * /* output_name */
|
||||
);
|
||||
|
||||
#if TARGET_OS_MAC
|
||||
#if defined(TARGET_OS_MAC)
|
||||
# pragma pack(pop)
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue