make_nw_export.awk revision 7640ae77eade5ef41bb3bf964a9d437e64c55da3
# Based on apr's make_export.awk, which is
# based on Ryan Bloom's make_export.pl
BEGIN {
}
# List of functions that we don't support, yet??
#/ap_some_name/{next}
found++
}
line = ""
}
}
sub("[ \t]*AP([RU]|_CORE)?_DECLARE[^(]*[(][^)]*[)][ \t]*", "")
sub("[(].*", "")
sub("([^ ]* (^([ \t]*[(])))+", "")
add_symbol($0)
next
}
next
}
sub("[ \t]*APR_POOL_DECLARE_ACCESSOR[^(]*[(]", "", $0)
sub("[)].*$", "", $0)
next
}
sub("[ \t]*APR_DECLARE_INHERIT_SET[^(]*[(]", "", $0)
sub("[)].*$", "", $0)
next
}
sub("[ \t]*APR_DECLARE_INHERIT_UNSET[^(]*[(]", "", $0)
sub("[)].*$", "", $0)
next
}
}
#END {
# printf(" %s", line)
#}