summaryrefslogtreecommitdiff
path: root/build/make_exports.awk
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2001-12-21 13:51:22 +0000
committerJeff Trawick <trawick@apache.org>2001-12-21 13:51:22 +0000
commit3d87d2fa78cb523f993714a0ae67e7fa9f08739d (patch)
tree47dcdf1783ed0f694ca58e267d66be23fa46d484 /build/make_exports.awk
parent28776ced49e6b76613fc314114d5710f44e848a2 (diff)
downloadapr-3d87d2fa78cb523f993714a0ae67e7fa9f08739d.tar.gz
continue to keep APR's make_exports.awk in sync with Apache's version
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62663 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/make_exports.awk')
-rw-r--r--build/make_exports.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/make_exports.awk b/build/make_exports.awk
index 0cf75f02c..09651f2af 100644
--- a/build/make_exports.awk
+++ b/build/make_exports.awk
@@ -85,7 +85,7 @@ function add_symbol(symbol) {
next
}
-/^[ \t]*AP_DECLARE_HOOK[^(]*[(][^)]*[)]/ {
+/^[ \t]*AP_DECLARE_HOOK[^(]*[(][^)]*/ {
split($0, args, ",")
symbol = args[2]
sub("^[ \t]+", "", symbol)