From 033b40124543aa3060d58759dfcf220a253a7e68 Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Fri, 30 Nov 2001 22:29:41 +0000 Subject: [PATCH] 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 --- build/make_nw_export.awk | 7 +++++++ 1 file changed, 7 insertions(+) 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); -- 2.40.0