X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gdb%2Ftestsuite%2Fgdb.base%2Fcall-sc.c;h=6429b66b295fbc98560188414af6167ea7e83a87;hb=003ea5a89ab7e9eaa65cb158a953d63dac2612c6;hp=cec4b340b23b2804640efd2d3cbd5641696901f2;hpb=a0eaec95753c0f093f5cb80080ef423030d35edd;p=platform%2Fupstream%2Fgdb.git diff --git a/gdb/testsuite/gdb.base/call-sc.c b/gdb/testsuite/gdb.base/call-sc.c index cec4b34..6429b66 100644 --- a/gdb/testsuite/gdb.base/call-sc.c +++ b/gdb/testsuite/gdb.base/call-sc.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2004-2014 Free Software Foundation, Inc. + Copyright 2004-2015 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -41,17 +41,12 @@ T fun() return foo; } -#ifdef PROTOTYPES void Fun(T foo) -#else -void Fun(foo) - T foo; -#endif { L = foo; } -zed () +void zed () { L = 'Z'; }