diff options
Diffstat (limited to 'gdb/values.c')
-rw-r--r-- | gdb/values.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/values.c b/gdb/values.c index afc5f3c..2c8143d 100644 --- a/gdb/values.c +++ b/gdb/values.c @@ -182,7 +182,7 @@ release_value (val) It contains the same contents, for same memory address, but it's a different block of storage. */ -static value +value value_copy (arg) value arg; { |