Skip to content

Commit

Permalink
MAYBE was misleadeing, and has misled
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@87684 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
ripley committed Feb 4, 2025
1 parent 4924827 commit baf7930
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/include/R_ext/Boolean.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* R : A Computer Language for Statistical Data Analysis
* Copyright (C) 2000, 2001 The R Core Team.
* Copyright (C) 2000, 2025 The R Core Team.
*
* This header file is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
Expand Down Expand Up @@ -32,8 +32,7 @@
#ifdef __cplusplus
extern "C" {
#endif
typedef enum { FALSE = 0, TRUE /*, MAYBE */ } Rboolean;

typedef enum { FALSE = 0, TRUE } Rboolean; // so NOT NA
#ifdef __cplusplus
}
#endif
Expand Down

0 comments on commit baf7930

Please sign in to comment.