Skip to content

Commit

Permalink
fix prototype warning config.log
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisChau committed Apr 30, 2024
1 parent 6905f6e commit 593c945
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -1819,9 +1819,7 @@ struct stat;
/* Most of the following tests are stolen from RCS 5.7 src/conf.sh. */
struct buf { int x; };
struct buf * (*rcsopen) (struct buf *, struct stat *, int);
static char *e (p, i)
char **p;
int i;
static char *e (char **p, int i)
{
return p[i];
}
Expand Down

0 comments on commit 593c945

Please sign in to comment.