Skip to content

Commit 671453f

Browse files
author
luke
committed
Drop non-API headers R_ext/Callbacks.h and R_ect/PrtUtil.h from installed files.
git-svn-id: https://svn.r-project.org/R/trunk@89089 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent eca9a8a commit 671453f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

src/include/Makefile.win

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ SRC_HEADERS = R.h Rdefines.h Rembedded.h Rinternals.h
1515
OBJ_HEADERS = Rconfig.h Rmath.h Rversion.h
1616
GW32_HEADERS = iconv.h psignal.h
1717

18-
## This omits GetX11Image.h QuartzDevice.h eventloop.h
18+
## This omits GetX11Image.h QuartzDevice.h eventloop.h Callbacks.h PrtUtil.h
1919
R_EXT_HEADERS = \
20-
Altrep.h Applic.h Arith.h BLAS.h Boolean.h Callbacks.h Complex.h \
20+
Altrep.h Applic.h Arith.h BLAS.h Boolean.h Complex.h \
2121
Connections.h Constants.h Error.h \
2222
GraphicsDevice.h GraphicsEngine.h Itermacros.h \
2323
Lapack.h Linpack.h MathThreads.h Memory.h \
24-
Parse.h Print.h PrtUtil.h RS.h Rallocators.h Random.h \
24+
Parse.h Print.h RS.h Rallocators.h Random.h \
2525
Rdynload.h Riconv.h RStartup.h Utils.h libextern.h \
2626
stats_package.h stats_stubs.h Visibility.h
2727

src/include/R_ext/Makefile.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
1414

1515
## Partially included by the API (1) headers in .., but not part of the
1616
## API per se.
17+
## This omits Callbacks.h PrtUtil.h
1718
R_EXT_HEADERS = \
1819
Altrep.h \
19-
Applic.h Arith.h BLAS.h Boolean.h Callbacks.h Complex.h Connections.h \
20+
Applic.h Arith.h BLAS.h Boolean.h Complex.h Connections.h \
2021
Constants.h Error.h GetX11Image.h \
2122
GraphicsDevice.h GraphicsEngine.h Itermacros.h \
2223
Lapack.h Linpack.h MathThreads.h Memory.h QuartzDevice.h \
23-
Parse.h Print.h PrtUtil.h RS.h Rallocators.h Random.h \
24+
Parse.h Print.h RS.h Rallocators.h Random.h \
2425
Rdynload.h Riconv.h RStartup.h Utils.h eventloop.h libextern.h \
2526
stats_package.h stats_stubs.h Visibility.h
2627

0 commit comments

Comments
 (0)