Skip to content

Commit 8faa279

Browse files
author
hornik
committed
Mark R_ext/Connections.h as @eapihdr.
git-svn-id: https://svn.r-project.org/R/trunk@88181 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 8f4fc55 commit 8faa279

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

doc/manual/R-exts.texi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17285,6 +17285,7 @@ use.
1728517285
@eapihdr R_ext/QuartzDevice.h
1728617286
@eapihdr R_ext/GraphicsEngine.h
1728717287
@eapihdr R_ext/GraphicsDevice.h
17288+
@eapihdr R_ext/Connections.h
1728817289

1728917290
Let us re-iterate the advice to include in C++ code system headers
1729017291
before the @R{} header files, especially @file{Rinternals.h} (included

src/library/tools/R/sotools.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -705,9 +705,9 @@ nonAPI <- c("chol_", "chol2inv_", "cg_", "ch_", "rg_",
705705
"Rf_isFrame",
706706
"BODY", "FORMALS", "CLOENV", "ENCLOS",
707707
"IS_ASCII", "IS_UTF8",
708-
## in the non-API header R_ext/Connections.h
709-
"R_new_custom_connection", "R_ReadConnection",
710-
"R_WriteConnection", "R_GetConnection",
708+
## in the experimental API header R_ext/Connections.h
709+
## "R_new_custom_connection", "R_ReadConnection",
710+
## "R_WriteConnection", "R_GetConnection",
711711

712712
## in ../../../include/R_ext/Applic.h -- these are API now:
713713
## "dqrcf_", "dqrqty_", "dqrqy_", "dqrrsd_", "dqrxb_",

0 commit comments

Comments
 (0)