Chaange semantics for min and max

This commit is contained in:
Vitor Santos Costa
2013-06-25 22:53:23 -05:00
parent a1632ff3e7
commit ec5f7ebb28
6 changed files with 250 additions and 84 deletions

View File

@@ -178,6 +178,7 @@ typedef struct index_t {
yamop *code;
BITS32 *udi_data;
void *udi_first, *udi_next;
UInt udi_free_args;
UInt udi_arg;
} Index_t;