diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-04-29 23:11:16 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-04-29 23:11:38 -0700 |
commit | 7cc329fd734992369efd17f6758a732bc5377908 (patch) | |
tree | 3f32ba40dce4e8db78ed1f377429c9f7be25add4 /lib/getopt-pfx-ext.h | |
parent | b57e03f99803fe4cb801d98269c18803a73928c5 (diff) | |
download | emacs-7cc329fd734992369efd17f6758a732bc5377908.tar.gz emacs-7cc329fd734992369efd17f6758a732bc5377908.tar.bz2 emacs-7cc329fd734992369efd17f6758a732bc5377908.zip |
Merge from gnulib
This incorporates:
2017-04-29 getopt: port to Solaris 10 with circa-1997 glibc getopt.h
* lib/getopt-pfx-ext.h: Copy from gnulib.
* lib/gnulib.mk.in: Regenerate.
Diffstat (limited to 'lib/getopt-pfx-ext.h')
-rw-r--r-- | lib/getopt-pfx-ext.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/getopt-pfx-ext.h b/lib/getopt-pfx-ext.h index bc6052a1dd1..08397591790 100644 --- a/lib/getopt-pfx-ext.h +++ b/lib/getopt-pfx-ext.h @@ -40,9 +40,11 @@ # undef getopt_long # undef getopt_long_only # undef option +# undef _getopt_internal # define getopt_long __GETOPT_ID (getopt_long) # define getopt_long_only __GETOPT_ID (getopt_long_only) # define option __GETOPT_ID (option) +# define _getopt_internal __GETOPT_ID (getopt_internal) #endif /* Standalone applications get correct prototypes for getopt_long and |