We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4924827 commit baf7930Copy full SHA for baf7930
src/include/R_ext/Boolean.h
@@ -1,6 +1,6 @@
1
/*
2
* R : A Computer Language for Statistical Data Analysis
3
- * Copyright (C) 2000, 2001 The R Core Team.
+ * Copyright (C) 2000, 2025 The R Core Team.
4
*
5
* This header file is free software; you can redistribute it and/or modify
6
* it under the terms of the GNU Lesser General Public License as published by
@@ -32,8 +32,7 @@
32
#ifdef __cplusplus
33
extern "C" {
34
#endif
35
-typedef enum { FALSE = 0, TRUE /*, MAYBE */ } Rboolean;
36
-
+ typedef enum { FALSE = 0, TRUE } Rboolean; // so NOT NA
37
38
}
39
0 commit comments