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

(-)glame-2.0.1.orig/src/include/glame_guile_compat.h (-1 / +1 lines)
Lines 38-44 Link Here
38
#define NEW_GUILE 1
38
#define NEW_GUILE 1
39
39
40
/* Glame wrapper functions: */
40
/* Glame wrapper functions: */
41
#if (SCM_MINOR_VERSION < 7)
41
#if (SCM_MINOR_VERSION <= 8)
42
/* use GLAME_NEWCELL instead of SCM_NEWCELL */
42
/* use GLAME_NEWCELL instead of SCM_NEWCELL */
43
#define GLAME_NEWCELL(z) SCM_NEWCELL(z)
43
#define GLAME_NEWCELL(z) SCM_NEWCELL(z)
44
#endif
44
#endif

Return to bug 163774