Merge "Add missing export/unexport directives"

This commit is contained in:
Treehugger Robot
2020-12-10 00:36:09 +00:00
committed by Gerrit Code Review

View File

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