]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Minor doc fix for ISO C90
authorZachary Spytz <zspytz@gmail.com>
Sun, 5 Apr 2020 19:06:24 +0000 (13:06 -0600)
committerJeff Law <law@redhat.com>
Sun, 5 Apr 2020 19:07:17 +0000 (13:07 -0600)
* extend.texi: Add free to list of ISO C90 functions that
are recognized by the compiler.

gcc/ChangeLog
gcc/doc/extend.texi

index 0ce457b734752a1e4eb10e13a8fe7be0edbe0532..e10fb251c16a5054df5dcb4335b35692fcbec085 100644 (file)
@@ -1,3 +1,8 @@
+2020-04-05 Zachary Spytz  <zspytz@gmail.com>
+
+       * extend.texi: Add free to list of ISO C90 functions that
+       are recognized by the compiler.
+
 2020-04-05 Nagaraju Mekala <nmekala@xilix.com>
 
        * config/microblaze/microblaze.c (microblaze_must_save_register): Check
index bde37482b6e7532d6a91508e52921adb861e3635..79e2c8cb87f6947d68074ec99a730955ad2f0f3f 100644 (file)
@@ -12670,7 +12670,7 @@ The ISO C90 functions
 @code{abort}, @code{abs}, @code{acos}, @code{asin}, @code{atan2},
 @code{atan}, @code{calloc}, @code{ceil}, @code{cosh}, @code{cos},
 @code{exit}, @code{exp}, @code{fabs}, @code{floor}, @code{fmod},
-@code{fprintf}, @code{fputs}, @code{frexp}, @code{fscanf},
+@code{fprintf}, @code{fputs}, @code{free}, @code{frexp}, @code{fscanf},
 @code{isalnum}, @code{isalpha}, @code{iscntrl}, @code{isdigit},
 @code{isgraph}, @code{islower}, @code{isprint}, @code{ispunct},
 @code{isspace}, @code{isupper}, @code{isxdigit}, @code{tolower},