tmpfile: Fix C++ test error on mingw.
[pspp] / lib / getopt.c
index 406d5b71a3d18b9ea3213c1693bc7454ef59eeee..aaabc8d1976c14b56788301a09919a21e8ad206b 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.