From: Richard M. Stallman Date: Sat, 31 Aug 1996 22:29:12 +0000 (+0000) Subject: (FREE_VAR): Clean up C syntax. X-Git-Tag: emacs-20.1~3936 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=590027f7623241b854b68ebe39769078b4f7e1ba;p=emacs.git (FREE_VAR): Clean up C syntax. --- diff --git a/src/regex.c b/src/regex.c index 2d491c627ec..8ddf63ce495 100644 --- a/src/regex.c +++ b/src/regex.c @@ -3461,7 +3461,7 @@ static boolean alt_match_null_string_p (), /* Free everything we malloc. */ #ifdef MATCH_MAY_ALLOCATE -#define FREE_VAR(var) if (var) REGEX_FREE (var); var = NULL +#define FREE_VAR(var) if (var) then { REGEX_FREE (var); var = NULL; } else #define FREE_VARIABLES() \ do { \ REGEX_FREE_STACK (fail_stack.stack); \