diff options
| author | Richard M. Stallman | 1996-08-31 22:29:12 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-08-31 22:29:12 +0000 |
| commit | 590027f7623241b854b68ebe39769078b4f7e1ba (patch) | |
| tree | 5487f41d5dd65235c066b033b4440df1d4faf0d8 /src | |
| parent | d169562fa951c5992469b1536ba307a00037352e (diff) | |
| download | emacs-590027f7623241b854b68ebe39769078b4f7e1ba.tar.gz emacs-590027f7623241b854b68ebe39769078b4f7e1ba.zip | |
(FREE_VAR): Clean up C syntax.
Diffstat (limited to 'src')
| -rw-r--r-- | src/regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 (), | |||
| 3461 | 3461 | ||
| 3462 | /* Free everything we malloc. */ | 3462 | /* Free everything we malloc. */ |
| 3463 | #ifdef MATCH_MAY_ALLOCATE | 3463 | #ifdef MATCH_MAY_ALLOCATE |
| 3464 | #define FREE_VAR(var) if (var) REGEX_FREE (var); var = NULL | 3464 | #define FREE_VAR(var) if (var) then { REGEX_FREE (var); var = NULL; } else |
| 3465 | #define FREE_VARIABLES() \ | 3465 | #define FREE_VARIABLES() \ |
| 3466 | do { \ | 3466 | do { \ |
| 3467 | REGEX_FREE_STACK (fail_stack.stack); \ | 3467 | REGEX_FREE_STACK (fail_stack.stack); \ |