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

(-)a/libguile/__scm.h (-1 / +1 lines)
Lines 66-72 Link Here
66
 *   1) int foo (char arg) SCM_NORETURN;
66
 *   1) int foo (char arg) SCM_NORETURN;
67
 */
67
 */
68
#ifdef __GNUC__
68
#ifdef __GNUC__
69
#define SCM_NORETURN __attribute__ ((noreturn))
69
#define SCM_NORETURN __attribute__ ((__noreturn__))
70
#else
70
#else
71
#define SCM_NORETURN
71
#define SCM_NORETURN
72
#endif
72
#endif

Return to bug 541658