ifix C++ complaint.
This commit is contained in:
parent
7488ef0539
commit
681d4e78a2
@ -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 {
|
||||||
|
Reference in New Issue
Block a user