Filter out symbols defined by the C implementation

This commit is contained in:
Adam Dunkels 2013-07-28 16:25:23 +02:00
parent e147c63044
commit bcdebf0e9d
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ BEGIN {
builtin[""] = "";
}
/^[0123456789abcdef]+ [ABCDGRSTUVW] / {
/^[0123456789abcdef]+ [ABCDGRSTUVW] [^__]/ {
if ($3 != "symbols" && $3 != "symbols_nelts") {
name[nname] = $3;
nname++;