Remove last traces of discard_all_inferiors
[deliverable/binutils-gdb.git] / gdb / type-stack.c
index cb0c147d307afb8472355ab20664bc4de54b07f5..ab7e0261cad920fdc68d7355f1253e8295bb3225 100644 (file)
@@ -1,6 +1,6 @@
 /* Type stack for GDB parser.
 
-   Copyright (C) 1986-2019 Free Software Foundation, Inc.
+   Copyright (C) 1986-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -50,7 +50,7 @@ type_stack::insert (enum type_pieces tp)
 /* See type-stack.h.  */
 
 void
-type_stack::insert (struct expr_builder *pstate, char *string)
+type_stack::insert (struct expr_builder *pstate, const char *string)
 {
   union type_stack_elt element;
   int slot;
This page took 0.025954 seconds and 4 git commands to generate.