summaryrefslogtreecommitdiff
path: root/TAO/IIOP/lib/cdr.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/IIOP/lib/cdr.h')
-rw-r--r--TAO/IIOP/lib/cdr.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/TAO/IIOP/lib/cdr.h b/TAO/IIOP/lib/cdr.h
index 00cf5597d4d..1b48b18f2be 100644
--- a/TAO/IIOP/lib/cdr.h
+++ b/TAO/IIOP/lib/cdr.h
@@ -275,7 +275,6 @@ struct ACE_Svc_Export CDR
// at creating typecode interpreters as well as to the ACE convention
// of placing inline functions into separate files.
# if !defined(__ACE_INLINE__)
-# define old_value ACE_INLINE
# undef ACE_INLINE
# define ACE_INLINE inline
# define do_undef_on_ACE_INLINE
@@ -286,9 +285,7 @@ struct ACE_Svc_Export CDR
# if defined(do_undef_on_ACE_INLINE)
# undef do_undef_on_ACE_INLINE
# undef ACE_INLINE
-# define ACE_INLINE old_value
-# undef old_value
-# undef do_undef_on_ACE_INLINE
+# define ACE_INLINE
# endif
#endif /* TAO_CDR_H */