trawick 01/12/21 05:51:22
Modified: build make_exports.awk
Log:
continue to keep APR's make_exports.awk in sync with Apache's version
Revision Changes Path
1.4 +1 -1 apr/build/make_exports.awk
Index: make_exports.awk
===================================================================
RCS file: /home/cvs/apr/build/make_exports.awk,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- make_exports.awk 2001/12/20 16:20:28 1.3
+++ make_exports.awk 2001/12/21 13:51:22 1.4
@@ -85,7 +85,7 @@
next
}
-/^[ \t]*AP_DECLARE_HOOK[^(]*[(][^)]*[)]/ {
+/^[ \t]*AP_DECLARE_HOOK[^(]*[(][^)]*/ {
split($0, args, ",")
symbol = args[2]
sub("^[ \t]+", "", symbol)