1
0
mirror of https://github.com/oliverschmidt/contiki.git synced 2025-03-26 00:30:01 +00:00

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

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