make_nw_export.awk revision eb3171a063fe502d50dd335c2d99c84eb7053935
# 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
}
/^[ \t]*AP[RU]?_DECLARE_DATA .*;$/ {
}
#END {
# printf(" %s", line)
#}