ifix C++ complaint.

This commit is contained in:
Vitor Santos Costa 2012-05-08 12:57:32 +01:00
parent 7488ef0539
commit 681d4e78a2

View File

@ -103,7 +103,7 @@ inline EXTERN blob_type BlobOfFunctor (Functor f);
inline EXTERN blob_type inline EXTERN blob_type
BlobOfFunctor (Functor f) BlobOfFunctor (Functor f)
{ {
return (blob_type) (f); return (blob_type) ((CELL)f);
} }
typedef struct cp_frame { typedef struct cp_frame {