Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 67e72529 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add missing export/unexport directives"

parents 2920d2ce d63f7f08
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -553,12 +553,14 @@ var directives = [...]string{
	"else",
	"endef",
	"endif",
	"export",
	"ifdef",
	"ifeq",
	"ifndef",
	"ifneq",
	"include",
	"-include",
	"unexport",
}

var functions = [...]string{