From f23631e4447c390d81cd0dcf027b34077d2125b9 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Fri, 4 Jan 2002 05:20:09 +0000 Subject: s/value_ptr/struct value */ --- gdb/scm-lang.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/scm-lang.c') diff --git a/gdb/scm-lang.c b/gdb/scm-lang.c index ab71c83..4f1295c 100644 --- a/gdb/scm-lang.c +++ b/gdb/scm-lang.c @@ -1,5 +1,5 @@ /* Scheme/Guile language support routines for GDB, the GNU debugger. - Copyright 1995, 1996, 1998, 2000, 2001 + Copyright 1995, 1996, 1998, 2000, 2001, 2002 Free Software Foundation, Inc. This file is part of GDB. @@ -150,7 +150,7 @@ in_eval_c (void) static struct value * scm_lookup_name (char *str) { - value_ptr args[3]; + struct value *args[3]; int len = strlen (str); struct value *func; struct value *val; -- cgit v1.1