Skip to content

Commit

Permalink
explicitly state what is not API
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@86459 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
ripley committed Apr 22, 2024
1 parent 125ad32 commit 2059bff
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/include/R_ext/Altrep.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
* https://www.R-project.org/Licenses/
*/

/*
Not part of the API, subject to change at any time.
*/

#ifndef R_EXT_ALTREP_H_
#define R_EXT_ALTREP_H_

Expand Down
2 changes: 2 additions & 0 deletions src/include/R_ext/MathThreads.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
/*
Experimental: included by src/library/stats/src/distance.c
Not part of the API.
Note that only uses R_num_math_threads: it is not clear
R_num_math_threads should be exposed at all.
Expand Down
1 change: 1 addition & 0 deletions src/include/R_ext/Parse.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
/* NOTE:
This file exports a part of the current internal parse interface.
It is subject to change at any minor (x.y.0) version of R.
So not API.
*/

#ifndef R_EXT_PARSE_H_
Expand Down
2 changes: 2 additions & 0 deletions src/include/R_ext/Rallocators.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
*
* Definition of the R_allocator_t structure for custom allocators
* to be used with allocVector3()
*
* Not API
*/

#ifndef R_EXT_RALLOCATORS_H_
Expand Down
2 changes: 2 additions & 0 deletions src/include/R_ext/stats_package.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
* https://www.R-project.org/Licenses/
*/

/* Not part of the API */

#ifndef R_STATS_PACKAGE_H
#define R_STATS_PACKAGE_H
#include <Rconfig.h>
Expand Down
2 changes: 2 additions & 0 deletions src/include/R_ext/stats_stubs.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
* https://www.R-project.org/Licenses/
*/

/* Not part of the API */

#include <Rconfig.h>
#include <Rinternals.h>
#include <R_ext/Rdynload.h>
Expand Down

0 comments on commit 2059bff

Please sign in to comment.