regex.m4: correct the reversed range endpoint ([b-a]) test
[gnulib.git] / lib / getopt.c
index 406d5b7..aaabc8d 100644 (file)
 # 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.