X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=parsetest%2Fkr2.c;h=2854a8b5b0209218799a370d76b8c7c9876a7819;hb=7d63aa5650f7cf14a970ca397a65b58b5f334d94;hp=8dad25a5872f98bcecb6c72ad416c0f18f9f793a;hpb=fc38f915dc3e39bb6064c2a6c91d1dd942d77f57;p=cparser diff --git a/parsetest/kr2.c b/parsetest/kr2.c index 8dad25a..2854a8b 100644 --- a/parsetest/kr2.c +++ b/parsetest/kr2.c @@ -1,6 +1,6 @@ int printf(const char *str, ...); -int a(int first, float second, const char *third); +static int a(int first, float second, const char *third); int main(void) { @@ -8,7 +8,7 @@ int main(void) return 0; } -int a(first, second, third) +static int a(first, second, third) float second; const char *third; int first;