Rev 10589 | Rev 11211 | 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 TRUEtypedef enum { FALSE = 0, TRUE /*, MAYBE */ } Rboolean;#endif