Skip to content

Commit

Permalink
size_t is no longer used in this file
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@87867 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
ripley committed Mar 2, 2025
1 parent edb4f68 commit 522cb18
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/include/R_ext/Error.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@
#ifndef R_ERROR_H_
#define R_ERROR_H_

#if defined(__cplusplus) && !defined(DO_NOT_USE_CXX_HEADERS)
# include <cstddef>
#else
# include <stddef.h> /* for size_t */
#endif

#include <R_ext/Print.h>

#ifdef __cplusplus
Expand Down

0 comments on commit 522cb18

Please sign in to comment.