From: Bradley Nicholes Date: Fri, 30 Nov 2001 22:29:41 +0000 (+0000) Subject: Sync'ed the NetWare export AWK script to the Unix script X-Git-Tag: 2.0.30~322 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=033b40124543aa3060d58759dfcf220a253a7e68;p=apache Sync'ed the NetWare export AWK script to the Unix script git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92268 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/make_nw_export.awk b/build/make_nw_export.awk index 3bd8e50dd4..c07c735184 100644 --- a/build/make_nw_export.awk +++ b/build/make_nw_export.awk @@ -52,6 +52,13 @@ function add_symbol (sym_name) { next } +/^[ \t]*APR_POOL_DECLARE_ACCESSOR[^(]*[(][^)]*[)]/ { + sub("[ \t]*APR_POOL_DECLARE_ACCESSOR[^(]*[(]", "", $0) + sub("[)].*$", "", $0) + add_symbol("apr_" $0 "_pool_get") + next +} + /^[ \t]*AP[RU]?_DECLARE_DATA .*;$/ { varname = $NF; gsub( /[*;]/, "", varname);