Commit 3c453e41 3c453e41e2a3477681d75cac01d935c449baa296 by Sergey Poznyakoff

(MHA_REQUIRED,MHA_OPTARG,MHA_OPT_CLEAR): New defines.

1 parent 2082d8cd
Showing 1 changed file with 4 additions and 0 deletions
......@@ -159,6 +159,10 @@ struct mh_format
mh_instr_t *prog; /* Program itself */
};
#define MHA_REQUIRED 0
#define MHA_OPTARG 1
#define MHA_OPT_CLEAR 2
typedef struct mh_builtin mh_builtin_t;
struct mh_builtin
......