cleanup: typecast to yamop * instead of CODEADDR wherever possible.
Fix integer(233333833838383) fails bug (Roberto Bagnara). git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@733 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -250,7 +250,7 @@ typedef struct CEXPENTRY {
|
||||
#define Two 2
|
||||
|
||||
|
||||
CODEADDR STD_PROTO(Yap_assemble,(int));
|
||||
yamop *STD_PROTO(Yap_assemble,(int));
|
||||
void STD_PROTO(Yap_emit,(compiler_vm_op,Int,CELL));
|
||||
void STD_PROTO(Yap_emit_3ops,(compiler_vm_op,CELL,CELL,CELL));
|
||||
CELL *STD_PROTO(Yap_emit_extra_size,(compiler_vm_op,CELL,int));
|
||||
@@ -261,6 +261,5 @@ void STD_PROTO(Yap_bip_name,(Int, char *));
|
||||
void STD_PROTO(Yap_ShowCode,(void));
|
||||
#endif /* DEBUG */
|
||||
|
||||
|
||||
extern jmp_buf Yap_CompilerBotch;
|
||||
|
||||
|
Reference in New Issue
Block a user