diff --git a/inc/lispemul.h b/inc/lispemul.h index 36cf3fe..dd05704 100644 --- a/inc/lispemul.h +++ b/inc/lispemul.h @@ -318,7 +318,7 @@ typedef struct lbits { extern struct state MachineState; -#define CURRENTFX ((struct frameex1 *)(((DLword *)PVar) - FRAMESIZE)) +#define CURRENTFX ((struct frameex1 *)(void *)(((DLword *)PVar) - FRAMESIZE)) #define IVar (MachineState.ivar) #define PVar (MachineState.pvar) #define CurrentStackPTR (MachineState.csp)