]> git.sesse.net Git - vlc/commit
getopt: remove strict POSIX ordering
authorRémi Denis-Courmont <remi@remlab.net>
Mon, 29 Mar 2010 19:47:44 +0000 (22:47 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 29 Mar 2010 19:48:54 +0000 (22:48 +0300)
commit4892f03cd21b0da102c78966325224e271bb4060
tree04a5546a1d5b684e0e38e08bb532b1385a93b09b
parent238e0f41aa435dd03bd82cc1e5a5fe40a3a0d6e2
getopt: remove strict POSIX ordering

Most probably nobody uses this (in VLC context). In fact, it would
cause many existing VLC command line examples /out there/ to fail
mysteriously.

This simplifies the code a little bit and kills a static variable.
src/config/getopt.c