8211360: Change #if DEF to #if defined(DEF)

Reviewed-by: bpb, vtewari
This commit is contained in:
Ivan Gerasimov 2019-08-21 13:49:16 -07:00
parent 5c3896ce21
commit 5c25e2a6fb
6 changed files with 15 additions and 15 deletions

View file

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