Skip to content

Commit

Permalink
typos, do not commit to future direction
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@87672 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
ripley committed Feb 2, 2025
1 parent 373550b commit 76e0146
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions src/include/R_ext/Boolean.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,25 +29,12 @@
#undef FALSE
#undef TRUE

/* This can eventually be simplified to
#if (!defined __cplusplus) && !(defined __STDC_VERSION__ && __STDC_VERSION__ > 201710L)
# include <stdbool.h>
#endif

#ifdef __cplusplus
extern "C" {
typedef bool Rboolean;
#define FALSE false
#define TRUE true
}
#define _R_RBOOLEAN_IS_BOOL_ 1
#endif
*/

#ifdef __cplusplus

extern "C" {
/* once cp11 is soerted
/* once cpp11 is sorted
typedef bool Rboolean;
#define FALSE false
#define TRUE true
Expand Down

0 comments on commit 76e0146

Please sign in to comment.