Merge pull request #919 from jpoimboe/__FUNCTION__-special-static

create-diff-object: add __FUNCTION__ variables to the special static …
This commit is contained in:
Joe Lawrence 2018-10-18 09:46:03 -04:00 committed by GitHub
commit 019c1fb3eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -250,6 +250,7 @@ static int is_special_static(struct symbol *sym)
"__warned.",
"descriptor.",
"__func__.",
"__FUNCTION__.",
"_rs.",
"CSWTCH.",
NULL,