summaryrefslogtreecommitdiffstats
path: root/lib/antlr/src
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-27 13:06:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-31 17:04:32 +0900
commit423172b6620ea2c76d055a42b947e6332b8a1d92 (patch)
tree1047c8cfde695449a41d46313a7ee0caca710135 /lib/antlr/src
parentfa6cb919b37c540bcd4f81699fef1193ac0dc458 (diff)
downloadtdevelop-423172b6620ea2c76d055a42b947e6332b8a1d92.tar.gz
tdevelop-423172b6620ea2c76d055a42b947e6332b8a1d92.zip
Drop Borland compiler specific code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 31af8fa045de34407fbe0beda3ad65afaf0080d2)
Diffstat (limited to 'lib/antlr/src')
-rw-r--r--lib/antlr/src/String.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/antlr/src/String.cpp b/lib/antlr/src/String.cpp
index 6d8b43cf..39b09ab1 100644
--- a/lib/antlr/src/String.cpp
+++ b/lib/antlr/src/String.cpp
@@ -19,12 +19,6 @@
namespace antlr {
#endif
-// wh: hack for Borland C++ 5.6
-#if __BORLANDC__
- using std::sprintf;
-#endif
-
-
// RK: should be using snprintf actually... (or stringstream)
ANTLR_C_USING(sprintf)