summaryrefslogtreecommitdiffstats
path: root/build/make_nw_export.awk
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2001-11-02 18:56:14 +0100
committerBradley Nicholes <bnicholes@apache.org>2001-11-02 18:56:14 +0100
commit60d882ff595c4c6658dd699b0abd66bfb6559c5a (patch)
tree9b8d2904a275c1d2d6fe5a54f4cc2298146f4971 /build/make_nw_export.awk
parentAdded build targets for the external modules (diff)
downloadapache2-60d882ff595c4c6658dd699b0abd66bfb6559c5a.tar.xz
apache2-60d882ff595c4c6658dd699b0abd66bfb6559c5a.zip
Consolidated the APR imports to a single import file
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91728 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/make_nw_export.awk')
-rw-r--r--build/make_nw_export.awk4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/make_nw_export.awk b/build/make_nw_export.awk
index 655c3da3ea..af73caed03 100644
--- a/build/make_nw_export.awk
+++ b/build/make_nw_export.awk
@@ -31,8 +31,8 @@ function add_symbol (sym_name) {
}
}
-/^[ \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]*[(])))+", "")