(MHA_REQUIRED,MHA_OPTARG,MHA_OPT_CLEAR): New defines.
Showing
1 changed file
with
4 additions
and
0 deletions
... | @@ -159,6 +159,10 @@ struct mh_format | ... | @@ -159,6 +159,10 @@ struct mh_format |
159 | mh_instr_t *prog; /* Program itself */ | 159 | mh_instr_t *prog; /* Program itself */ |
160 | }; | 160 | }; |
161 | 161 | ||
162 | #define MHA_REQUIRED 0 | ||
163 | #define MHA_OPTARG 1 | ||
164 | #define MHA_OPT_CLEAR 2 | ||
165 | |||
162 | typedef struct mh_builtin mh_builtin_t; | 166 | typedef struct mh_builtin mh_builtin_t; |
163 | 167 | ||
164 | struct mh_builtin | 168 | struct mh_builtin | ... | ... |
-
Please register or sign in to post a comment