summaryrefslogtreecommitdiff
path: root/build/make_exports.awk
diff options
context:
space:
mode:
authorjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2003-09-26 07:40:31 +0000
committerjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2003-09-26 07:40:31 +0000
commit49917ce8d3b24093c083d88066f8e8225d4252ac (patch)
treed29d7e3c013eedb185a7c3f79dc5c6946fd41ab4 /build/make_exports.awk
parent5f041b900b1aee9afbad12412f20c2d1cd8b984b (diff)
downloadlibapr-49917ce8d3b24093c083d88066f8e8225d4252ac.tar.gz
Fix up make_exports.awk and friends to support apr-iconv.
(Forward port from APR_0_9_BRANCH which needed this in order to build apr-iconv.) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64649 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/make_exports.awk')
-rw-r--r--build/make_exports.awk4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/make_exports.awk b/build/make_exports.awk
index eefc1a945..1d12fc65a 100644
--- a/build/make_exports.awk
+++ b/build/make_exports.awk
@@ -76,8 +76,8 @@ function add_symbol(symbol) {
}
}
-/^[ \t]*AP[RU]?_(CORE_)?DECLARE[^(]*[(][^)]*[)]([^ ]* )*[^(]+[(]/ {
- sub("[ \t]*AP[RU]?_(CORE_)?DECLARE[^(]*[(][^)]*[)][ \t]*", "")
+/^[ \t]*AP[RUI]?_(CORE_)?DECLARE[^(]*[(][^)]*[)]([^ ]* )*[^(]+[(]/ {
+ sub("[ \t]*AP[RUI]?_(CORE_)?DECLARE[^(]*[(][^)]*[)][ \t]*", "")
sub("[(].*", "")
sub("([^ ]* (^([ \t]*[(])))+", "")