diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c index 6704c51a207..9d0e2d37e3c 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -5124,7 +5124,7 @@ typedef union | |||
| 5124 | #endif | 5124 | #endif |
| 5125 | 5125 | ||
| 5126 | /* Set *P to the address of the top of the stack. This must be a | 5126 | /* Set *P to the address of the top of the stack. This must be a |
| 5127 | macro, not a function, so that it is executed in the caller’s | 5127 | macro, not a function, so that it is executed in the caller's |
| 5128 | environment. It is not inside a do-while so that its storage | 5128 | environment. It is not inside a do-while so that its storage |
| 5129 | survives the macro. Callers should be declared NO_INLINE. */ | 5129 | survives the macro. Callers should be declared NO_INLINE. */ |
| 5130 | #ifdef HAVE___BUILTIN_UNWIND_INIT | 5130 | #ifdef HAVE___BUILTIN_UNWIND_INIT |