mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-10 07:36:16 -04:00
realpath.c: fix obsolete syntax warning (#3468)
This commit is contained in:
parent
455d1a31db
commit
c12fd3ae6b
|
|
@ -2,8 +2,7 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
int realpath_builtin(list)
|
int realpath_builtin(WORD_LIST *list)
|
||||||
WORD_LIST *list;
|
|
||||||
{
|
{
|
||||||
int es;
|
int es;
|
||||||
char *realbuf, *p;
|
char *realbuf, *p;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue