1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Avoid warnings from Sun CC and HP-UX aCC.

This commit is contained in:
Bruno Haible
2000-08-28 10:43:20 +00:00
parent b2354903c7
commit 71a393d4b3
2 changed files with 5 additions and 2 deletions

View File

@@ -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;