Extract string-printing out of ada_val_print_array
[deliverable/binutils-gdb.git] / gdb / m2-exp.y
index 0002e451ce1ef1098bbeafc277322b2a53e1b80d..07aa9867de1541154aadeb94c894378f7de2bc72 100644 (file)
@@ -1,5 +1,5 @@
 /* YACC grammar for Modula-2 expressions, for GDB.
-   Copyright (C) 1986-2013 Free Software Foundation, Inc.
+   Copyright (C) 1986-2014 Free Software Foundation, Inc.
    Generated from expread.y (now c-exp.y) and contributed by the Department
    of Computer Science at the State University of New York at Buffalo, 1991.
 
@@ -38,7 +38,7 @@
 %{
 
 #include "defs.h"
-#include "gdb_string.h"
+#include <string.h>
 #include "expression.h"
 #include "language.h"
 #include "value.h"
This page took 0.023959 seconds and 4 git commands to generate.