diff mbox series

free() was missing from a part of the documentation

Message ID CAFCr9MvdhdWo0c5c=6HfaUyJJj1xj5t7weLmgPyrferCuwgeYg@mail.gmail.com
State New
Headers show
Series free() was missing from a part of the documentation | expand

Commit Message

Zackery Spytz April 22, 2020, 12:18 a.m. UTC
Hello,

The free() function was missing from a part of the documentation!



Zackery

Comments

Li, Pan2 via Gcc-patches April 22, 2020, 5:23 p.m. UTC | #1
On Tue, 2020-04-21 at 18:18 -0600, Zackery Spytz via Gcc-patches wrote:
> Hello,
> 
> The free() function was missing from a part of the documentation!
Thanks.  I've pushed this fix to the trunk.

jeff
>
diff mbox series

Patch

diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 81bb7a47de2..c17b1040bde 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -12315,6 +12315,7 @@  is called and the @var{flag} argument passed to it.
 @findex fprintf_unlocked
 @findex fputs
 @findex fputs_unlocked
+@findex free
 @findex frexp
 @findex frexpf
 @findex frexpl