summaryrefslogtreecommitdiffstats
path: root/contrib/gperf/lib/getopt.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-10-13 12:04:55 +0000
committerobrien <obrien@FreeBSD.org>2000-10-13 12:04:55 +0000
commit0bdce46a07b97a95e39e8b8ff75500596236ec27 (patch)
tree6b2d01925752517a8ca051b22675c1754fd9efe3 /contrib/gperf/lib/getopt.h
parent533744c77137b94ed05e2ca445ba97d71c79ee5f (diff)
downloadFreeBSD-src-0bdce46a07b97a95e39e8b8ff75500596236ec27.zip
FreeBSD-src-0bdce46a07b97a95e39e8b8ff75500596236ec27.tar.gz
Virgin import of gperf v2.7.2.
Diffstat (limited to 'contrib/gperf/lib/getopt.h')
-rw-r--r--contrib/gperf/lib/getopt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gperf/lib/getopt.h b/contrib/gperf/lib/getopt.h
index 5be6319..a9d75f2 100644
--- a/contrib/gperf/lib/getopt.h
+++ b/contrib/gperf/lib/getopt.h
@@ -1,5 +1,5 @@
/* Declarations for getopt.
- Copyright (C) 1989,90,91,92,93,94,96,97 Free Software Foundation, Inc.
+ Copyright (C) 1989-1998, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -78,7 +78,7 @@ extern int optopt;
struct option
{
-#if defined (__STDC__) && __STDC__
+#if (defined (__STDC__) && __STDC__) || defined (__cplusplus)
const char *name;
#else
char *name;
OpenPOWER on IntegriCloud