Add missing export/unexport directives

Test: treehugger
Bug: 172923994
Change-Id: I70494a02d37d149042a4d5772f1cf14b8bbcc06e
This commit is contained in:
Sasha Smundak
2020-11-29 12:52:47 -08:00
parent 150d708163
commit d63f7f0846

View File

@@ -553,12 +553,14 @@ var directives = [...]string{
"else",
"endef",
"endif",
"export",
"ifdef",
"ifeq",
"ifndef",
"ifneq",
"include",
"-include",
"unexport",
}
var functions = [...]string{