* valops.c (call_function_by_hand, push_word), defs.h (push_word),
[deliverable/binutils-gdb.git] / gdb / defs.h
index 8508f271a26138894233ae2b61fb38120f61a38c..15060a64cea75a7685f7a5542b7a1db02dfe4df0 100644 (file)
@@ -893,13 +893,8 @@ void store_floating PARAMS ((void *, int, double));
 extern CORE_ADDR
 push_bytes PARAMS ((CORE_ADDR, char *, int));
 
-/* In some modules, we don't have a definition of REGISTER_TYPE yet, so we
-   must avoid prototyping this function for now.  FIXME.  Should be:
 extern CORE_ADDR
-push_word PARAMS ((CORE_ADDR, REGISTER_TYPE));
- */
-extern CORE_ADDR
-push_word ();
+push_word PARAMS ((CORE_ADDR, unsigned LONGEST));
 
 /* Some parts of gdb might be considered optional, in the sense that they
    are not essential for being able to build a working, usable debugger
This page took 0.023865 seconds and 4 git commands to generate.