diff options
| -rw-r--r-- | man3/alloca.3 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/man3/alloca.3 b/man3/alloca.3 index a9f3f65153..c13d045bfa 100644 --- a/man3/alloca.3 +++ b/man3/alloca.3 @@ -77,10 +77,12 @@ By default the glibc version of .I <stdlib.h> includes .I <alloca.h> -and that contains the line -.RS -# define alloca(size) __builtin_alloca (size) -.RE +and that contains the line: +.nf + + # define alloca(size) __builtin_alloca (size) + +.fi with messy consequences if one has a private version of this function. .LP The fact that the code is inlined, means that it is impossible |
