Fix PR threads/19422 - show which thread caused stop
[deliverable/binutils-gdb.git] / gdb / value.h
index 94a22340dce8276b0d68f571ed89a3cbf32f02bd..2eac5efa05ff4b88677a876bf80edc8491061aeb 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions for values of C expressions, for GDB.
 
-   Copyright (C) 1986-2015 Free Software Foundation, Inc.
+   Copyright (C) 1986-2016 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -698,7 +698,7 @@ extern void value_free_to_mark (struct value *mark);
 
 extern struct value *value_cstring (const char *ptr, ssize_t len,
                                    struct type *char_type);
-extern struct value *value_string (char *ptr, ssize_t len,
+extern struct value *value_string (const char *ptr, ssize_t len,
                                   struct type *char_type);
 
 extern struct value *value_array (int lowbound, int highbound,
This page took 0.034254 seconds and 4 git commands to generate.