From a19298ed002eb20d91c37fd5067de18466211f83 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 16 Mar 2012 15:25:40 +0200 Subject: Sync from GLIBC. --- getopt1.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'getopt1.c') diff --git a/getopt1.c b/getopt1.c index 95f2fb35..07b742ea 100644 --- a/getopt1.c +++ b/getopt1.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301 USA. */ + License along with the GNU C Library; if not, see + . */ #ifdef HAVE_CONFIG_H #include -- cgit v1.2.3 From 366e06bf71b500939fa3a70e3cce91d9a7776e14 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Tue, 20 Mar 2012 20:37:26 +0200 Subject: Make getopt always compile, fix C89 issues. --- getopt1.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'getopt1.c') diff --git a/getopt1.c b/getopt1.c index 07b742ea..03fba35e 100644 --- a/getopt1.c +++ b/getopt1.c @@ -45,6 +45,11 @@ #endif #endif +/* !@#$%^&*() !!!!!!!! */ +#ifdef GAWK +#undef ELIDE_CODE +#endif + #ifndef ELIDE_CODE -- cgit v1.2.3