ifix C++ complaint.

This commit is contained in:
Vitor Santos Costa 2012-05-08 12:57:32 +01:00
parent 7488ef0539
commit 681d4e78a2
1 changed files with 1 additions and 1 deletions

View File

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