Skip to content

Commit

Permalink
Standardize wording to 'Part of the API.'
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@86515 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
luke committed May 3, 2024
1 parent 7c9930c commit 072155e
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/include/R_ext/Arith.h
Expand Up @@ -22,7 +22,7 @@
* https://www.R-project.org/Licenses/
*/

/* Included by R.h: API */
/* Included by R.h: Part of the API. */

#ifndef R_ARITH_H_
#define R_ARITH_H_
Expand Down
2 changes: 0 additions & 2 deletions src/include/R_ext/BLAS.h
Expand Up @@ -30,8 +30,6 @@
$(BLAS_LIBS) $(FLIBS)
*/

/* Part of the API */

#ifndef R_BLAS_H
#define R_BLAS_H

Expand Down
2 changes: 1 addition & 1 deletion src/include/R_ext/Boolean.h
Expand Up @@ -21,7 +21,7 @@
* https://www.R-project.org/Licenses/
*/

/* Included by R.h: API */
/* Included by R.h: Part of the API. */

#ifndef R_EXT_BOOLEAN_H_
#define R_EXT_BOOLEAN_H_
Expand Down
2 changes: 1 addition & 1 deletion src/include/R_ext/Complex.h
Expand Up @@ -21,7 +21,7 @@
* https://www.R-project.org/Licenses/
*/

/* Included by R.h: API */
/* Included by R.h: Part of the API. */

#ifndef R_COMPLEX_H
#define R_COMPLEX_H
Expand Down
2 changes: 1 addition & 1 deletion src/include/R_ext/Constants.h
Expand Up @@ -22,7 +22,7 @@
* https://www.R-project.org/Licenses/
*/

/* Included by R.h: API */
/* Included by R.h: Part of the API. */

#ifndef R_EXT_CONSTANTS_H_
#define R_EXT_CONSTANTS_H_
Expand Down
2 changes: 1 addition & 1 deletion src/include/R_ext/Error.h
Expand Up @@ -21,7 +21,7 @@
* https://www.R-project.org/Licenses/
*/

/* Included by R.h: API */
/* Included by R.h: Part of the API. */

#ifndef R_ERROR_H_
#define R_ERROR_H_
Expand Down
2 changes: 1 addition & 1 deletion src/include/R_ext/Memory.h
Expand Up @@ -24,7 +24,7 @@
* Memory Allocation (garbage collected) --- INCLUDING S compatibility ---
*/

/* Included by R.h: API */
/* Included by R.h: Part of the API. */

#ifndef R_EXT_MEMORY_H_
#define R_EXT_MEMORY_H_
Expand Down
2 changes: 1 addition & 1 deletion src/include/R_ext/Print.h
Expand Up @@ -21,7 +21,7 @@
* https://www.R-project.org/Licenses/
*/

/* Included by R.h: API */
/* Included by R.h: Part of the API. */

#ifndef R_EXT_PRINT_H_
#define R_EXT_PRINT_H_
Expand Down
2 changes: 1 addition & 1 deletion src/include/R_ext/Random.h
Expand Up @@ -21,7 +21,7 @@
* https://www.R-project.org/Licenses/
*/

/* Included by R.h: API */
/* Included by R.h: Part of the API. */

#ifndef R_RANDOM_H
#define R_RANDOM_H
Expand Down
2 changes: 1 addition & 1 deletion src/include/R_ext/Utils.h
Expand Up @@ -120,7 +120,7 @@ int F77_SUB(interv)(double *xt, int *n, double *x,
Rboolean *rightmost_closed, Rboolean *all_inside,
int *ilo, int *mflag);
#endif
/* not API, mo longer in R
/* not API, no longer in R
void find_interv_vec(double *xt, int *n, double *x, int *nx,
int *rightmost_closed, int *all_inside, int *indx);
*/
Expand Down

0 comments on commit 072155e

Please sign in to comment.