Skip to content

Commit baf7930

Browse files
author
ripley
committed
MAYBE was misleadeing, and has misled
git-svn-id: https://svn.r-project.org/R/trunk@87684 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 4924827 commit baf7930

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/include/R_ext/Boolean.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* R : A Computer Language for Statistical Data Analysis
3-
* Copyright (C) 2000, 2001 The R Core Team.
3+
* Copyright (C) 2000, 2025 The R Core Team.
44
*
55
* This header file is free software; you can redistribute it and/or modify
66
* it under the terms of the GNU Lesser General Public License as published by
@@ -32,8 +32,7 @@
3232
#ifdef __cplusplus
3333
extern "C" {
3434
#endif
35-
typedef enum { FALSE = 0, TRUE /*, MAYBE */ } Rboolean;
36-
35+
typedef enum { FALSE = 0, TRUE } Rboolean; // so NOT NA
3736
#ifdef __cplusplus
3837
}
3938
#endif

0 commit comments

Comments
 (0)