X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Ftestsuite%2Fgdb.reverse%2Fshr2.c;h=031590011971c58cfee0eeae8a6b529cce211b1c;hb=0a4b09130aa8c2d2e1c1605a69962fe0a2499479;hp=4983a3d3a38530786137bf8ac2694059f6cc7d09;hpb=c2a96e8cafeeda6132399e9ea94dafad6366ccc5;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/gdb.reverse/shr2.c b/gdb/testsuite/gdb.reverse/shr2.c index 4983a3d3a3..0315900119 100644 --- a/gdb/testsuite/gdb.reverse/shr2.c +++ b/gdb/testsuite/gdb.reverse/shr2.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2009-2013 Free Software Foundation, Inc. + Copyright 2009-2019 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 @@ -17,20 +17,12 @@ #include "shr.h" -#ifdef PROTOTYPES int shr2(int x) -#else -int shr2(x) int x; -#endif { return 2*x; } -#ifdef PROTOTYPES int shr2_local(int x) -#else -int shr2_local(x) int x; -#endif { return 2*x; }