Skip to content

Commit

Permalink
Filter out symbols defined by the C implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdunkels committed Aug 6, 2013
1 parent e147c63 commit bcdebf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/mknmlist
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ BEGIN {
builtin[""] = "";
}

/^[0123456789abcdef]+ [ABCDGRSTUVW] / {
/^[0123456789abcdef]+ [ABCDGRSTUVW] [^__]/ {
if ($3 != "symbols" && $3 != "symbols_nelts") {
name[nname] = $3;
nname++;
Expand Down

0 comments on commit bcdebf0

Please sign in to comment.