#ifndef LY_SMOBS_ICC
#define LY_SMOBS_ICC
-#ifndef SCM_PACK
-#define SCM_PACK(x) ((SCM) x)
-#endif
+
#define IMPLEMENT_UNSMOB(CL, name) \
CL * \
\
SCM_NEWCELL(s); \
SCM_SETCAR(s,CL::smob_tag_); \
- SCM me_s = SCM_PACK (cl); \
+ SCM me_s = SCM_PACK(cl); \
SCM_SETCDR (s, me_s); \
return s;\
}\