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

Commit d63f7f08 authored by Sasha Smundak's avatar Sasha Smundak
Browse files

Add missing export/unexport directives

Test: treehugger
Bug: 172923994
Change-Id: I70494a02d37d149042a4d5772f1cf14b8bbcc06e
parent 150d7081
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{