summaryrefslogtreecommitdiff
path: root/build/make_var_export.awk
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2002-04-08 22:43:33 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2002-04-08 22:43:33 +0000
commit54bc971c47c2d8a275499b6654c2fdac46a3296c (patch)
treecbf8a2c1b27553c9268138dc23121cad4fda1ff2 /build/make_var_export.awk
parent766293fd8f8691b690c2cd61cd430b17dc65bf78 (diff)
downloadlibapr-54bc971c47c2d8a275499b6654c2fdac46a3296c.tar.gz
pick up Brian Havard's fix to the Apache copy of this file
(from Apache 2.0.36-dev) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63231 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/make_var_export.awk')
-rw-r--r--build/make_var_export.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/make_var_export.awk b/build/make_var_export.awk
index 966e14ecc..1d6f76d8f 100644
--- a/build/make_var_export.awk
+++ b/build/make_var_export.awk
@@ -47,7 +47,7 @@ function add_symbol (sym_name) {
}
}
-/^[ \t]*AP[RU]?_DECLARE_DATA .*;$/ {
+/^[ \t]*(extern[ \t]+)?AP[RU]?_DECLARE_DATA .*;$/ {
varname = $NF;
gsub( /[*;]/, "", varname);
gsub( /\[.*\]/, "", varname);