* infcall.c (call_function_by_hand): Fix build failure
authorJoel Brobecker <brobecker@gnat.com>
Mon, 29 Sep 2003 21:12:05 +0000 (21:12 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Mon, 29 Sep 2003 21:12:05 +0000 (21:12 +0000)
        introduced in the previous change to this file.

gdb/ChangeLog
gdb/infcall.c

index ff40b4d..61ded4b 100644 (file)
@@ -1,3 +1,8 @@
+2003-09-29  J. Brobecker  <brobecker@gnat.com>
+
+       * infcall.c (call_function_by_hand): Fix build failure
+       introduced in the previous change to this file.
+
 2003-09-29  Andrew Cagney  <cagney@redhat.com>
 
        * NEWS: Mention Objective-C.
index 4adc4ea..0477d1e 100644 (file)
@@ -1080,7 +1080,7 @@ the function call).", name);
   if (struct_return)
     {
       do_cleanups (retbuf_cleanup);
-      return VALUE_RETURNED_FROM_STACK (value_type, struct_addr);
+      return DEPRECATED_VALUE_RETURNED_FROM_STACK (value_type, struct_addr);
     }
 #endif
   /* NOTE: cagney/2002-09-10: Only when the stack has been correctly