* lib/getopt.c (attribute_hidden): Remove unused macro.
Signed-off-by: Eric Blake <eblake@redhat.com>
+2010-03-19 Eric Blake <eblake@redhat.com>
+
+ getopt: avoid compiler warning
+ * lib/getopt.c (attribute_hidden): Remove unused macro.
+
2010-03-18 Bruno Haible <bruno@clisp.org>
Fix link errors on Solaris 8.
# include <wchar.h>
#endif
-#ifndef attribute_hidden
-# define attribute_hidden
-#endif
-
/* This version of `getopt' appears to the caller like standard Unix `getopt'
but it behaves differently for the user, since it allows the user
to intersperse the options with the other arguments.