Gleb Fotengauer-Malinovskiy e9c71b57f4 macro.c: force GNU getopt(3) to reinitialize it's internal data structure
getopt(3) holds pointers to previous argument vector in case you want to
continue or restart parsing.
In grabArgs function argument vector is on the stack, so you are lucky
if this memory is not reused for something else between subsequent calls
to the function.  If you are not lucky, getopt(3) will read new
arbitrary value from the stack and return error.
2019-01-31 22:17:45 +03:00
..
2011-01-06 03:30:42 +03:00
2010-08-12 20:41:06 +00:00
2017-11-20 01:42:20 +00:00
2006-05-15 03:26:57 +04:00
2018-06-26 13:03:42 +03:00
2003-11-24 18:59:03 +00:00
2002-03-25 20:16:26 +00:00
2019-01-10 23:20:03 +00:00
2002-03-25 20:16:26 +00:00
2010-08-12 20:41:06 +00:00
2010-08-12 20:41:06 +00:00
2002-03-25 20:16:26 +00:00
2002-03-25 20:16:26 +00:00
2002-03-25 20:16:26 +00:00
2002-03-25 20:16:26 +00:00
2002-03-25 20:16:26 +00:00
2002-03-25 20:16:26 +00:00
2002-03-25 20:16:26 +00:00
2002-03-25 20:16:26 +00:00
2002-03-25 20:16:26 +00:00
2005-09-29 16:01:17 +00:00