]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/top.c
s/value_ptr/struct value */
[thirdparty/binutils-gdb.git] / gdb / top.c
index 3798a3b7ce909028a8c8c02c8b1f013c65f2925b..dfb33a94255ba9333a79c752489f9533df710973 100644 (file)
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -1339,7 +1339,7 @@ get_prompt_1 (void *data)
     /* formatted prompt */
     {
       char fmt[40], *promptp, *outp, *tmp;
-      value_ptr arg_val;
+      struct value *arg_val;
       DOUBLEST doubleval;
       LONGEST longval;
       CORE_ADDR addrval;
@@ -1621,7 +1621,7 @@ quit_force (char *args, int from_tty)
      value of that expression. */
   if (args)
     {
-      value_ptr val = parse_and_eval (args);
+      struct value *val = parse_and_eval (args);
 
       exit_code = (int) value_as_long (val);
     }