]> git.sesse.net Git - vlc/blobdiff - src/extras/getopt.c
Always build and use "our" getopt
[vlc] / src / extras / getopt.c
index fe301f4f8ac8d4c1689926e1549d9bf37665d70b..ae4ab5efdddccd1dacadaa97d1cde72ef197b82c 100644 (file)
@@ -61,8 +61,6 @@
 #endif
 #endif
 
-#ifndef ELIDE_CODE
-
 /* This needs to come after some library #include
    to get __GNU_LIBRARY__ defined.  */
 #ifdef    __GNU_LIBRARY__
@@ -937,8 +935,6 @@ int
                 (int *) 0,
                 0);
 }
-
-#endif /* Not ELIDE_CODE.  */
 \f
 #ifdef TEST