fixed wrong computation of buffer capacity for moo->inttostr.xbuf and moo->inttostr.t
updated some sample code fixed a few flaws in ffi.c
This commit is contained in:
@ -54,7 +54,7 @@
|
||||
/*#define MOO_DEBUG_LEXER 1*/
|
||||
#define MOO_DEBUG_COMPILER 1
|
||||
#define MOO_DEBUG_VM_PROCESSOR 1
|
||||
/*#define MOO_DEBUG_VM_EXEC*/
|
||||
/*#define MOO_DEBUG_VM_EXEC 1*/
|
||||
#define MOO_PROFILE_VM 1
|
||||
#endif
|
||||
|
||||
@ -382,8 +382,6 @@ struct moo_loop_t
|
||||
moo_loop_t* next;
|
||||
};
|
||||
|
||||
|
||||
|
||||
typedef struct moo_oopbuf_t moo_oopbuf_t;
|
||||
struct moo_oopbuf_t
|
||||
{
|
||||
|
Reference in New Issue
Block a user