Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/67353 )
Change subject: util/kconfig/regex.c: Remove leftover ......................................................................
util/kconfig/regex.c: Remove leftover
coreboot doesn't support the MIPS architecture anymore.
Signed-off-by: Elyes Haouas ehaouas@noos.fr Change-Id: I404d034949a7786d7971117081537baf27ff2e22 --- M util/kconfig/regex.c 1 file changed, 12 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/53/67353/1
diff --git a/util/kconfig/regex.c b/util/kconfig/regex.c index d0e1d7b..bde5f82 100644 --- a/util/kconfig/regex.c +++ b/util/kconfig/regex.c @@ -3098,7 +3098,6 @@
/* Free everything we malloc. */ -#ifdef REGEX_MALLOC #define FREE_VAR(var) if (var) free (var); var = NULL #define FREE_VARIABLES() \ do { \ @@ -3113,10 +3112,6 @@ FREE_VAR (reg_dummy); \ FREE_VAR (reg_info_dummy); \ } while (0) -#else /* not REGEX_MALLOC */ -/* Some MIPS systems (at least) want this to free alloca'd storage. */ -#define FREE_VARIABLES() alloca (0) -#endif /* not REGEX_MALLOC */
/* These values must meet several constraints. They must not be valid