make_nw_export.awk revision f45af25ac6e8877711b4779ce94e6cd5422492d5
# 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
}
}
#END {
# printf(" %s", line)
#}