Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@87662 00db46b3-68df-0310-9c12-caf00c1e9a41
ripley committed Jan 28, 2025
1 parent 8ca0379 commit 3d3ceac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/manual/R-exts.texi
Original file line number Diff line number Diff line change
@@ -6572,10 +6572,10 @@ Another build for Windows which may be sufficiently compatible with
@node C23 changes
@subsubsection C23 changes

Thw C23 standard was finally published in Oct 2024, by which time had
Thw C23 standard was finally published in Oct 2024, by which time it had
been widely implemented for a least a couple of years. It will become
the default on GCC 15, and @R{} will use default to it if available from @R{}
4.5.0.
the default of GCC 15, and @R{} will default to it if available from
@R{} 4.5.0.

Some of the more significant changes are
@c https://en.cppreference.com/w/c/23
@@ -6603,7 +6603,7 @@ about an empty argument list in C23 mode.)
header @file{float.h} and deprecated in @file{math.h}.

@item
POSIC functions @code{memccpy}, @code{strdup} and @code{strndup} are
POSIX functions @code{memccpy}, @code{strdup} and @code{strndup} are
part of C23.

@item

0 comments on commit 3d3ceac

Please sign in to comment.