summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-06-21 08:42:22 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-06-21 08:46:34 +0200
commit40feeb36f0b550019f2830238d64a521675ea8c4 (patch)
treeb53eb8abf4038ac62e868caaea77e3ff72cff08a
parentc79e08b60f46d42ba107837eb485fe4ae3eca314 (diff)
downloadATCD-40feeb36f0b550019f2830238d64a521675ea8c4.tar.gz
Updated bcc32 version check
* ACE/ace/post.h: * ACE/ace/pre.h:
-rw-r--r--ACE/ace/post.h2
-rw-r--r--ACE/ace/pre.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/post.h b/ACE/ace/post.h
index bea9b56ef59..67049ff8354 100644
--- a/ACE/ace/post.h
+++ b/ACE/ace/post.h
@@ -15,7 +15,7 @@
# pragma pack (pop)
#elif defined (__BORLANDC__)
# pragma option pop
-# if (__BORLANDC__ >= 0x660) && (__BORLANDC__ <= 0x730)
+# if (__BORLANDC__ >= 0x660) && (__BORLANDC__ <= 0x750)
# pragma option pop
# endif
# pragma nopushoptwarn
diff --git a/ACE/ace/pre.h b/ACE/ace/pre.h
index ccb8c553bd5..0b5f37caa16 100644
--- a/ACE/ace/pre.h
+++ b/ACE/ace/pre.h
@@ -17,7 +17,7 @@
# pragma pack (push, 8)
#elif defined (__BORLANDC__)
# pragma option push -a8 -b -Ve- -Vx- -w-rvl -w-rch -w-ccc -w-obs -w-aus -w-pia -w-inl -w-sig
-# if (__BORLANDC__ >= 0x660) && (__BORLANDC__ <= 0x730)
+# if (__BORLANDC__ >= 0x660) && (__BORLANDC__ <= 0x750)
// False warning: Function defined with different linkage, reported to
// Embarcadero as QC 117740
# pragma option push -w-8127