Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 479808
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +3 lines)
Line  Link Here
0
-- jmorecfg.h
0
++ jmorecfg.h
Lines 260-265 typedef void noreturn_t; Link Here
260
#define TRUE	1
260
#define TRUE	1
261
#endif
261
#endif
262
#else
262
#else
263
#undef TRUE
264
#undef FALSE
263
typedef enum { FALSE = 0, TRUE = 1 } boolean;
265
typedef enum { FALSE = 0, TRUE = 1 } boolean;
264
#endif
266
#endif
265
267

Return to bug 479808