File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3131#include <float.h> /* DBL_MAX */
3232#include <R_ext/Boolean.h>
3333#include <R_ext/Print.h> /* Rprintf */
34- #include <R_ext/ PrtUtil.h> /* printRealVector */
34+ #include <PrtUtil.h> /* printRealVector */
3535#include <R_ext/BLAS.h> /* ddot dnrm2 dscal */
3636#include <R_ext/Linpack.h> /* dtrsl */
3737#include <R_ext/Applic.h> /* fdhess */
Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ OBJ_HEADERS = Rconfig.h Rmath.h Rversion.h
1919# # Non-API internal ones:
2020INT_HEADERS = Defn.h Errormsg.h Fileio.h Graphics.h GraphicsBase.h \
2121 IOStuff.h Internal.h Parse.h Print.h Rconnections.h \
22- Rdynpriv.h Rgraphics.h Rinlinedfuns.h Startup.h rlocale.h
22+ Rdynpriv.h Rgraphics.h Rinlinedfuns.h Startup.h rlocale.h \
23+ PrtUtil.h
2324
2425DISTFILES = Makefile.in Makefile.win $(INT_HEADERS ) $(SRC_HEADERS ) \
2526 config.h.in stamp-h.in Rmath.h0.in
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ SRC_HEADERS = R.h Rdefines.h Rembedded.h Rinternals.h
1515OBJ_HEADERS = Rconfig.h Rmath.h Rversion.h
1616GW32_HEADERS = iconv.h psignal.h
1717
18- # # This omits GetX11Image.h QuartzDevice.h eventloop.h Callbacks.h PrtUtil.h
18+ # # This omits GetX11Image.h QuartzDevice.h eventloop.h
1919R_EXT_HEADERS = \
20- Altrep.h Applic.h Arith.h BLAS.h Boolean.h Complex.h \
20+ Altrep.h Applic.h Arith.h BLAS.h Boolean.h Callbacks.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 \
Original file line number Diff line number Diff line change 2424#define PRINT_H_
2525
2626#include "Defn.h"
27- #include <R_ext/ PrtUtil.h>
27+ #include <PrtUtil.h>
2828#include <R_ext/Print.h>
2929
3030#define formatRaw Rf_formatRaw
File renamed without changes.
Original file line number Diff line number Diff line change @@ -14,10 +14,9 @@ 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
1817R_EXT_HEADERS = \
1918 Altrep.h \
20- Applic.h Arith.h BLAS.h Boolean.h Complex.h Connections.h \
19+ Applic.h Arith.h BLAS.h Boolean.h Callbacks.h Complex.h Connections.h \
2120 Constants.h Error.h GetX11Image.h \
2221 GraphicsDevice.h GraphicsEngine.h Itermacros.h \
2322 Lapack.h Linpack.h MathThreads.h Memory.h QuartzDevice.h \
Original file line number Diff line number Diff line change 2626#endif
2727#include <Defn.h>
2828#include <Internal.h>
29- #include <R_ext/ PrtUtil.h> // for IndexWidth
29+ #include <PrtUtil.h> // for IndexWidth
3030#include <R_ext/Itermacros.h>
3131#define imax2 (x , y ) ((x < y) ? y : x)
3232
You can’t perform that action at this time.
0 commit comments