Commit 032f5d51 by Kaveh R. Ghazi Committed by Kaveh Ghazi

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

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

From-SVN: r133618
parent ff2f1c5f
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> 2008-03-26 Jakub Jelinek <jakub@redhat.com>
PR c++/35546 PR c++/35546
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
int foo, bar; int foo, bar;
static
void decode_reloc(int reloc, int *is_alt) void decode_reloc(int reloc, int *is_alt)
{ {
if (reloc >= 20) if (reloc >= 20)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment