Skip to content

Commit 3d3ceac

Browse files
author
ripley
committed
tweaks
git-svn-id: https://svn.r-project.org/R/trunk@87662 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 8ca0379 commit 3d3ceac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/manual/R-exts.texi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6572,10 +6572,10 @@ Another build for Windows which may be sufficiently compatible with
65726572
@node C23 changes
65736573
@subsubsection C23 changes
65746574

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

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

66056605
@item
6606-
POSIC functions @code{memccpy}, @code{strdup} and @code{strndup} are
6606+
POSIX functions @code{memccpy}, @code{strdup} and @code{strndup} are
66076607
part of C23.
66086608

66096609
@item

0 commit comments

Comments
 (0)