Merge "Add missing export/unexport directives"
This commit is contained in:
commit
67e72529c4
1 changed files with 2 additions and 0 deletions
|
@ -553,12 +553,14 @@ var directives = [...]string{
|
|||
"else",
|
||||
"endef",
|
||||
"endif",
|
||||
"export",
|
||||
"ifdef",
|
||||
"ifeq",
|
||||
"ifndef",
|
||||
"ifneq",
|
||||
"include",
|
||||
"-include",
|
||||
"unexport",
|
||||
}
|
||||
|
||||
var functions = [...]string{
|
||||
|
|
Loading…
Reference in a new issue