| 699 | } |
| 700 | |
| 701 | static void poptStripArg(poptContext con, int which) |
| 702 | { |
| 703 | if (con->arg_strip == NULL) |
| 704 | con->arg_strip = PBM_ALLOC(con->optionStack[0].argc); |
| 705 | if (con->arg_strip != NULL) /* XXX can't happen */ |
| 706 | PBM_SET(which, con->arg_strip); |
| 707 | return; |
| 708 | } |
| 709 | |
| 710 | unsigned int _poptBitsN = _POPT_BITS_N; |
| 711 | unsigned int _poptBitsM = _POPT_BITS_M; |