mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
s/value_ptr/struct value */
This commit is contained in:
@@ -308,7 +308,7 @@ tryagain:
|
||||
scm_lreadr (skipping);
|
||||
if (!skipping)
|
||||
{
|
||||
value_ptr val = scm_evaluate_string (str.ptr, lexptr - str.ptr);
|
||||
struct value *val = scm_evaluate_string (str.ptr, lexptr - str.ptr);
|
||||
if (!is_scmvalue_type (VALUE_TYPE (val)))
|
||||
error ("quoted scm form yields non-SCM value");
|
||||
svalue = extract_signed_integer (VALUE_CONTENTS (val),
|
||||
|
||||
Reference in New Issue
Block a user