Commit b95e16f5 b95e16f5d2674fb70fad08d98f9f6c451861e7e5 by Sergey Poznyakoff

(ARG_PACK): New define

1 parent 496e6556
...@@ -139,42 +139,43 @@ struct mh_argp_data ...@@ -139,42 +139,43 @@ struct mh_argp_data
139 #define ARG_NOZERO 354 139 #define ARG_NOZERO 354
140 #define ARG_NUMFIELD 355 140 #define ARG_NUMFIELD 355
141 #define ARG_OR 356 141 #define ARG_OR 356
142 #define ARG_PART 357 142 #define ARG_PACK 357
143 #define ARG_PATTERN 358 143 #define ARG_PART 358
144 #define ARG_PAUSE 359 144 #define ARG_PATTERN 359
145 #define ARG_POP 360 145 #define ARG_PAUSE 360
146 #define ARG_PRESERVE 361 146 #define ARG_POP 361
147 #define ARG_PRINT 362 147 #define ARG_PRESERVE 362
148 #define ARG_PROMPT 363 148 #define ARG_PRINT 363
149 #define ARG_PUBLIC 364 149 #define ARG_PROMPT 364
150 #define ARG_PUSH 365 150 #define ARG_PUBLIC 365
151 #define ARG_QUERY 366 151 #define ARG_PUSH 366
152 #define ARG_QUIET 367 152 #define ARG_QUERY 367
153 #define ARG_RBRACE 368 153 #define ARG_QUIET 368
154 #define ARG_REALSIZE 369 154 #define ARG_RBRACE 369
155 #define ARG_RECURSIVE 370 155 #define ARG_REALSIZE 370
156 #define ARG_REORDER 371 156 #define ARG_RECURSIVE 371
157 #define ARG_REVERSE 372 157 #define ARG_REORDER 372
158 #define ARG_SEQUENCE 373 158 #define ARG_REVERSE 373
159 #define ARG_SERIALONLY 374 159 #define ARG_SEQUENCE 374
160 #define ARG_SHOW 375 160 #define ARG_SERIALONLY 375
161 #define ARG_SOURCE 376 161 #define ARG_SHOW 376
162 #define ARG_SPLIT 377 162 #define ARG_SOURCE 377
163 #define ARG_STORE 378 163 #define ARG_SPLIT 378
164 #define ARG_SUBJECT 379 164 #define ARG_STORE 379
165 #define ARG_TEXT 380 165 #define ARG_SUBJECT 380
166 #define ARG_TEXTFIELD 381 166 #define ARG_TEXT 381
167 #define ARG_TO 382 167 #define ARG_TEXTFIELD 382
168 #define ARG_TOTAL 383 168 #define ARG_TO 383
169 #define ARG_TRUNCATE 384 169 #define ARG_TOTAL 384
170 #define ARG_TYPE 385 170 #define ARG_TRUNCATE 385
171 #define ARG_USE 386 171 #define ARG_TYPE 386
172 #define ARG_USER 387 172 #define ARG_USE 387
173 #define ARG_VERBOSE 388 173 #define ARG_USER 388
174 #define ARG_WATCH 389 174 #define ARG_VERBOSE 389
175 #define ARG_WHATNOWPROC 390 175 #define ARG_WATCH 390
176 #define ARG_WIDTH 391 176 #define ARG_WHATNOWPROC 391
177 #define ARG_ZERO 392 177 #define ARG_WIDTH 392
178 #define ARG_ZERO 393
178 179
179 void mh_argv_preproc (int argc, char **argv, struct mh_argp_data *data); 180 void mh_argv_preproc (int argc, char **argv, struct mh_argp_data *data);
180 int mh_getopt (int argc, char **argv, struct mh_option *mh_opt, const char *doc); 181 int mh_getopt (int argc, char **argv, struct mh_option *mh_opt, const char *doc);
......