From 49917ce8d3b24093c083d88066f8e8225d4252ac Mon Sep 17 00:00:00 2001 From: jerenkrantz Date: Fri, 26 Sep 2003 07:40:31 +0000 Subject: Fix up make_exports.awk and friends to support apr-iconv. (Forward port from APR_0_9_BRANCH which needed this in order to build apr-iconv.) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64649 13f79535-47bb-0310-9956-ffa450edef68 --- build/make_exports.awk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/make_exports.awk') diff --git a/build/make_exports.awk b/build/make_exports.awk index eefc1a945..1d12fc65a 100644 --- a/build/make_exports.awk +++ b/build/make_exports.awk @@ -76,8 +76,8 @@ function add_symbol(symbol) { } } -/^[ \t]*AP[RU]?_(CORE_)?DECLARE[^(]*[(][^)]*[)]([^ ]* )*[^(]+[(]/ { - sub("[ \t]*AP[RU]?_(CORE_)?DECLARE[^(]*[(][^)]*[)][ \t]*", "") +/^[ \t]*AP[RUI]?_(CORE_)?DECLARE[^(]*[(][^)]*[)]([^ ]* )*[^(]+[(]/ { + sub("[ \t]*AP[RUI]?_(CORE_)?DECLARE[^(]*[(][^)]*[)][ \t]*", "") sub("[(].*", "") sub("([^ ]* (^([ \t]*[(])))+", "") -- cgit v1.2.1