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

View File

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