Skip to content

Commit 522cb18

Browse files
author
ripley
committed
size_t is no longer used in this file
git-svn-id: https://svn.r-project.org/R/trunk@87867 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent edb4f68 commit 522cb18

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/include/R_ext/Error.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@
2626
#ifndef R_ERROR_H_
2727
#define R_ERROR_H_
2828

29-
#if defined(__cplusplus) && !defined(DO_NOT_USE_CXX_HEADERS)
30-
# include <cstddef>
31-
#else
32-
# include <stddef.h> /* for size_t */
33-
#endif
34-
3529
#include <R_ext/Print.h>
3630

3731
#ifdef __cplusplus

0 commit comments

Comments
 (0)