Update/correct copyright notices.
[deliverable/binutils-gdb.git] / gdb / config / m68k / nm-dpx2.h
index b24e7c282bc87d8b381a8c398f181759d9fcf855..4c88a6c8a1ea5d007f7b394465618c25ed648d02 100644 (file)
@@ -1,5 +1,5 @@
 /* Native support for a Bull DPX2.
-   Copyright (C) 1986, 1987, 1989 Free Software Foundation, Inc.
+   Copyright 1986, 1987, 1989, 1993, 2000 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -23,8 +23,7 @@
 #define REGISTER_U_ADDR(addr, blockend, regno) \
        (addr) = dpx2_register_u_addr ((blockend),(regno));
 
-extern int
-dpx2_register_u_addr PARAMS ((int, int));
+extern int dpx2_register_u_addr (int, int);
 
 /* Kernel is a bit tenacious about sharing text segments, disallowing bpts.  */
 #define        ONE_PROCESS_WRITETEXT
This page took 0.024051 seconds and 4 git commands to generate.