summaryrefslogtreecommitdiff
path: root/lib/getopt1.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-11-03 00:58:25 +0000
committerJim Meyering <jim@meyering.net>1994-11-03 00:58:25 +0000
commit4e253268e1d934531bf4045d53ae90c50356d8e2 (patch)
treedcd90aac80acefc67d2816adbac42ce5129c2f02 /lib/getopt1.c
parent21229f21b4bea5dfc27c6934daa3d64e59e67327 (diff)
downloadcoreutils-4e253268e1d934531bf4045d53ae90c50356d8e2.tar.xz
merge with 1.10x1
Diffstat (limited to 'lib/getopt1.c')
-rw-r--r--lib/getopt1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/getopt1.c b/lib/getopt1.c
index 725c653bb..4580211cf 100644
--- a/lib/getopt1.c
+++ b/lib/getopt1.c
@@ -1,5 +1,5 @@
/* getopt_long and getopt_long_only entry points for GNU getopt.
- Copyright (C) 1987, 88, 89, 90, 91, 92, 1993
+ Copyright (C) 1987, 88, 89, 90, 91, 92, 1993, 1994
Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
@@ -22,7 +22,7 @@
#include "getopt.h"
-#ifndef __STDC__
+#if !defined (__STDC__) || !__STDC__
/* This is a separate conditional since some stdc systems
reject `defined (const)'. */
#ifndef const