summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2023-01-15 12:28:28 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2023-01-15 12:28:28 +0100
commitb5aeaf20ef9d15d09acb52b4c8ac77762937ae26 (patch)
tree00741a7bb87658c8addd13408e65aa3ce37594a2 /TAO
parentf865e5929c4668611213fc1ee677ef47ad0f6482 (diff)
downloadATCD-b5aeaf20ef9d15d09acb52b4c8ac77762937ae26.tar.gz
More cleanup
* ACE/ace/config-linux-common.h: * ACE/ace/config-macros.h: * TAO/TAO_IDL/fe/idl.yy.cpp:
Diffstat (limited to 'TAO')
-rw-r--r--TAO/TAO_IDL/fe/idl.yy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/fe/idl.yy.cpp b/TAO/TAO_IDL/fe/idl.yy.cpp
index fc9ef4403bb..e5546389c91 100644
--- a/TAO/TAO_IDL/fe/idl.yy.cpp
+++ b/TAO/TAO_IDL/fe/idl.yy.cpp
@@ -288,7 +288,7 @@
/* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
-#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L || defined (__HP_aCC)
+#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
/* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
* if you want the limit (max/min) macros for int types.