Skip to content

Commit 4330897

Browse files
author
hornik
committed
Tweaks for c87851.
git-svn-id: https://svn.r-project.org/R/trunk@87874 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent a0700df commit 4330897

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/library/tools/R/sotools.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -693,11 +693,11 @@ nonAPI <- c("chol_", "chol2inv_", "cg_", "ch_", "rg_",
693693
## non-API entry points":
694694
"EXTPTR_PROT", "EXTPTR_TAG", "EXTPTR_PTR",
695695
"OBJECT", "IS_S4_OBJECT",
696-
"GetOption", "R_lsInternal",
696+
"Rf_GetOption", "R_lsInternal",
697697
"REAL0", "COMPLEX0",
698698
"STRING_PTR", "DATAPTR", "STDVEC_DATAPTR",
699699
"Rf_allocSExp",
700-
"isFrame",
700+
"Rf_isFrame",
701701
"BODY", "FORMALS", "CLOENV", "ENCLOS",
702702
"IS_ASCII", "IS_UTF8",
703703
## in the non-API header R_ext/Connections.h

0 commit comments

Comments
 (0)