The R Project SVN R

Rev

Rev 10589 | Rev 11499 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

#ifndef R_EXT_BOOLEAN_H_
#define R_EXT_BOOLEAN_H_

#undef FALSE
#undef TRUE
typedef enum { FALSE = 0, TRUE /*, MAYBE */ } Rboolean;

#endif