blob: 5d3cd38c8159fa16041c49911aed75e5132d3975 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/poptint.h.orig 2020-05-18 07:43:13 UTC
+++ src/poptint.h
@@ -94,6 +94,7 @@ struct poptContext_s {
struct optionStackEntry * os;
poptArgv leftovers;
int numLeftovers;
+ int allocLeftovers;
int nextLeftover;
const struct poptOption * options;
int restLeftover;
|