Fix typo in gdb.python/py-objfile.exp
[deliverable/binutils-gdb.git] / gdb / p-lang.c
index 98fcc3b9dde5e889df7f82465c7d026d38c41959..516dd93b41824bd5e1d5b94338f9c05735a234a8 100644 (file)
@@ -1,6 +1,6 @@
 /* Pascal language support routines for GDB, the GNU debugger.
 
-   Copyright (C) 2000-2014 Free Software Foundation, Inc.
+   Copyright (C) 2000-2015 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -451,6 +451,8 @@ const struct language_defn pascal_language_defn =
   NULL,                                /* la_get_symbol_name_cmp */
   iterate_over_symbols,
   &default_varobj_ops,
+  NULL,
+  NULL,
   LANG_MAGIC
 };
 
This page took 0.024293 seconds and 4 git commands to generate.