summaryrefslogtreecommitdiff
path: root/solenv/bin/addsym.awk
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-09 16:19:51 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-09 20:18:11 +0100
commitfca25e4c4cc0b95227d967b7418ec77888980ba3 (patch)
tree1c4cec35ce98c8e2627d1ca8b0b7e342457e8faf /solenv/bin/addsym.awk
parent354f09c75e883fbc3fc9302310941d0211762796 (diff)
Trying to remove the stlport mention from the code
Diffstat (limited to 'solenv/bin/addsym.awk')
-rw-r--r--solenv/bin/addsym.awk4
1 files changed, 0 insertions, 4 deletions
diff --git a/solenv/bin/addsym.awk b/solenv/bin/addsym.awk
index 621ca2e4bc42..de0b57934f7f 100644
--- a/solenv/bin/addsym.awk
+++ b/solenv/bin/addsym.awk
@@ -37,15 +37,11 @@ END {
print "UDK_3_0_0 {"
print "global:"
print "_ZTI*; _ZTS*; # weak RTTI symbols for C++ exceptions"
- if (ENVIRON["USE_SYSTEM_STL"] != "YES")
- print "_ZN4_STL7num_put*; # for STLport"
print "};"
}
}
state == 2 {
print "_ZTI*; _ZTS*; # weak RTTI symbols for C++ exceptions"
- if (ENVIRON["USE_SYSTEM_STL"] != "YES")
- print "_ZN4_STL7num_put*; # for STLport"
state = 3
}
# #i66636# - ???