Update copyright year range in all GDB files.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.reverse / ur1.c
index dc8bef42847e5c30cf3507086d75abb29c687a64..b2ecc7e19fc1b10ea93e082b06e88a3caf506d0d 100644 (file)
@@ -1,7 +1,6 @@
 /* This testcase is part of GDB, the GNU debugger.
 
-   Copyright 1992, 1993, 1994, 1995, 1999, 2002, 2003, 2007, 2008
-   Free Software Foundation, Inc.
+   Copyright 1992-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
    These functions are in a separate source file to prevent an
    optimizing compiler from inlining them and optimizing them away. */
 
-#ifdef PROTOTYPES
 int marker1 (void) { return (0); }     /* set breakpoint 15 here */
 int marker2 (int a) { return (1); }    /* set breakpoint 8 here */
 void marker3 (char *a, char *b) {}     /* set breakpoint 17 here */
 void marker4 (long d) {}               /* set breakpoint 14 here */
-#else
-int marker1 () { return (0); }         /* set breakpoint 16 here */
-int marker2 (a) int a; { return (1); } /* set breakpoint 9 here */
-void marker3 (a, b) char *a, *b; {}    /* set breakpoint 18 here */
-void marker4 (d) long d; {}            /* set breakpoint 13 here */
-#endif
 
 /* A structure we use for field name completion tests.  */
 struct some_struct
This page took 0.025885 seconds and 4 git commands to generate.