* defs.h (ATTR_FORMAT): New macro, expands to gcc's format
authorJ.T. Conklin <jtc@acorntoolworks.com>
Fri, 19 May 1995 22:44:51 +0000 (22:44 +0000)
committerJ.T. Conklin <jtc@acorntoolworks.com>
Fri, 19 May 1995 22:44:51 +0000 (22:44 +0000)
commite3033bb0860511d42dd38962b1dda9d2c1f7b79d
tree7b8cea526ac5b074d77b7509fd219c166260f626
parent078d1a5afa60040887118f869dbe49b9bb929b46
* defs.h (ATTR_FORMAT): New macro, expands to gcc's format
  attribute when compiled by gcc.
* defs.h, language.h, monitor.h: Changed many function
  declarations to use ATTR_FORMAT.

* breakpoint.c (delete_command); source.c (directory_command);
  top.c (define_command): Changed call to query() that had too
  many arguments.
* printcmd.c (address_info): Changed call to printf_filtered()
  that had too many arguments.
gdb/language.h
gdb/monitor.h
gdb/top.c