Commit b95e16f5 b95e16f5d2674fb70fad08d98f9f6c451861e7e5 by Sergey Poznyakoff

(ARG_PACK): New define

1 parent 496e6556
......@@ -139,42 +139,43 @@ struct mh_argp_data
#define ARG_NOZERO 354
#define ARG_NUMFIELD 355
#define ARG_OR 356
#define ARG_PART 357
#define ARG_PATTERN 358
#define ARG_PAUSE 359
#define ARG_POP 360
#define ARG_PRESERVE 361
#define ARG_PRINT 362
#define ARG_PROMPT 363
#define ARG_PUBLIC 364
#define ARG_PUSH 365
#define ARG_QUERY 366
#define ARG_QUIET 367
#define ARG_RBRACE 368
#define ARG_REALSIZE 369
#define ARG_RECURSIVE 370
#define ARG_REORDER 371
#define ARG_REVERSE 372
#define ARG_SEQUENCE 373
#define ARG_SERIALONLY 374
#define ARG_SHOW 375
#define ARG_SOURCE 376
#define ARG_SPLIT 377
#define ARG_STORE 378
#define ARG_SUBJECT 379
#define ARG_TEXT 380
#define ARG_TEXTFIELD 381
#define ARG_TO 382
#define ARG_TOTAL 383
#define ARG_TRUNCATE 384
#define ARG_TYPE 385
#define ARG_USE 386
#define ARG_USER 387
#define ARG_VERBOSE 388
#define ARG_WATCH 389
#define ARG_WHATNOWPROC 390
#define ARG_WIDTH 391
#define ARG_ZERO 392
#define ARG_PACK 357
#define ARG_PART 358
#define ARG_PATTERN 359
#define ARG_PAUSE 360
#define ARG_POP 361
#define ARG_PRESERVE 362
#define ARG_PRINT 363
#define ARG_PROMPT 364
#define ARG_PUBLIC 365
#define ARG_PUSH 366
#define ARG_QUERY 367
#define ARG_QUIET 368
#define ARG_RBRACE 369
#define ARG_REALSIZE 370
#define ARG_RECURSIVE 371
#define ARG_REORDER 372
#define ARG_REVERSE 373
#define ARG_SEQUENCE 374
#define ARG_SERIALONLY 375
#define ARG_SHOW 376
#define ARG_SOURCE 377
#define ARG_SPLIT 378
#define ARG_STORE 379
#define ARG_SUBJECT 380
#define ARG_TEXT 381
#define ARG_TEXTFIELD 382
#define ARG_TO 383
#define ARG_TOTAL 384
#define ARG_TRUNCATE 385
#define ARG_TYPE 386
#define ARG_USE 387
#define ARG_USER 388
#define ARG_VERBOSE 389
#define ARG_WATCH 390
#define ARG_WHATNOWPROC 391
#define ARG_WIDTH 392
#define ARG_ZERO 393
void mh_argv_preproc (int argc, char **argv, struct mh_argp_data *data);
int mh_getopt (int argc, char **argv, struct mh_option *mh_opt, const char *doc);
......