* configure.tgt: Mark v850 as multi-arched.
[deliverable/binutils-gdb.git] / gdb / m2-lang.c
index 3896c2d42328f2c1efa93086f2f7a95d40c70192..116d85009fd0abfea4a8f884799d981a4d903140 100644 (file)
@@ -1,5 +1,6 @@
 /* Modula 2 language support routines for GDB, the GNU debugger.
-   Copyright 1992, 2000 Free Software Foundation, Inc.
+   Copyright 1992, 1993, 1994, 1995, 1996, 1998, 2000, 2002
+   Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -397,7 +398,7 @@ struct type *builtin_type_m2_card;
 struct type *builtin_type_m2_real;
 struct type *builtin_type_m2_bool;
 
-struct type **CONST_PTR (m2_builtin_types[]) =
+struct type **const (m2_builtin_types[]) =
 {
   &builtin_type_m2_char,
     &builtin_type_m2_int,
This page took 0.023929 seconds and 4 git commands to generate.