summaryrefslogtreecommitdiff
path: root/build/make_exports.awk
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2001-12-20 16:20:28 +0000
committerJeff Trawick <trawick@apache.org>2001-12-20 16:20:28 +0000
commitc020c6734840d26efe4fc562f1768f4e9fb8c4a3 (patch)
tree57e6aedfac6f04012783431a276cd02a0316dc67 /build/make_exports.awk
parent503d6296cd77d55f11a9b9be2db299fc07b7e11a (diff)
downloadapr-c020c6734840d26efe4fc562f1768f4e9fb8c4a3.tar.gz
keep the APR make_exports.awk in sync with the httpd version
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62661 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 f9ee2561f..0cf75f02c 100644
--- a/build/make_exports.awk
+++ b/build/make_exports.awk
@@ -76,8 +76,8 @@ function add_symbol(symbol) {
}
}
-/^[ \t]*AP[RU]?_DECLARE[^(]*[(][^)]*[)]([^ ]* )*[^(]+[(]/ {
- sub("[ \t]*AP[RU]?_DECLARE[^(]*[(][^)]*[)][ \t]*", "")
+/^[ \t]*AP[RU]?_(CORE_)?DECLARE[^(]*[(][^)]*[)]([^ ]* )*[^(]+[(]/ {
+ sub("[ \t]*AP[RU]?_(CORE_)?DECLARE[^(]*[(][^)]*[)][ \t]*", "")
sub("[(].*", "")
sub("([^ ]* (^([ \t]*[(])))+", "")