summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-12-21 13:51:22 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-12-21 13:51:22 +0000
commit21d5b15c141e9be010041083dfcb4be4f4553c9c (patch)
tree47dcdf1783ed0f694ca58e267d66be23fa46d484 /build
parentc18835558593d76010d006c07621af37317e46de (diff)
downloadlibapr-21d5b15c141e9be010041083dfcb4be4f4553c9c.tar.gz
continue to keep APR's make_exports.awk in sync with Apache's version
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62663 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-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)