uninit-16.c (decode_reloc): Mark static.
* gcc.dg/uninit-16.c (decode_reloc): Mark static. From-SVN: r133618
This commit is contained in:
parent
ff2f1c5f22
commit
032f5d5169
@ -1,3 +1,7 @@
|
||||
2008-03-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* gcc.dg/uninit-16.c (decode_reloc): Mark static.
|
||||
|
||||
2008-03-26 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR c++/35546
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
int foo, bar;
|
||||
|
||||
static
|
||||
void decode_reloc(int reloc, int *is_alt)
|
||||
{
|
||||
if (reloc >= 20)
|
||||
|
Loading…
Reference in New Issue
Block a user