2001-06-10 Roland McGrath <roland@frob.com>
* elf/reldep4mod2.c: Use fully typed decls to avoid warnings. * elf/reldep4mod4.c: Likewise.
This commit is contained in:
parent
fecb794f59
commit
563e3528e5
@ -1,6 +1,7 @@
|
||||
extern int foo();
|
||||
extern int foo (void);
|
||||
|
||||
int bar ()
|
||||
int
|
||||
bar (void)
|
||||
{
|
||||
foo();
|
||||
return foo ();
|
||||
}
|
||||
|
@ -1,6 +1,7 @@
|
||||
extern int foo();
|
||||
extern int foo (void);
|
||||
|
||||
int bar ()
|
||||
int
|
||||
bar (void)
|
||||
{
|
||||
foo();
|
||||
return foo ();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user