uninit-16.c (decode_reloc): Mark static.

* gcc.dg/uninit-16.c (decode_reloc): Mark static.

From-SVN: r133618
This commit is contained in:
Kaveh R. Ghazi 2008-03-26 21:37:03 +00:00 committed by Kaveh Ghazi
parent ff2f1c5f22
commit 032f5d5169
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -3,6 +3,7 @@
int foo, bar;
static
void decode_reloc(int reloc, int *is_alt)
{
if (reloc >= 20)