remote-notif.[h|c]:notif_debug: Change type to int.
authorPedro Alves <palves@redhat.com>
Thu, 7 Mar 2013 17:52:58 +0000 (17:52 +0000)
committerPedro Alves <palves@redhat.com>
Thu, 7 Mar 2013 17:52:58 +0000 (17:52 +0000)
commit99f0a309a9079c8fbc53e1e115a19193f60bf2df
treeb80bcc6c044b14c962edbcface17c1ae3ddb64f1
parent964b8317b43058870b9631fbaedc7e7b646e643b
remote-notif.[h|c]:notif_debug: Change type to int.

notif_debug is installed as variable of a "signed" command:

  add_setshow_boolean_cmd ("notification", no_class, &notif_debug,
                           _("\

and:

command.h:extern void add_setshow_boolean_cmd (char *name,
command.h-                                   enum command_class class,
command.h-                                   int *var,

2013-03-07  Pedro Alves  <palves@redhat.com>

* remote-notif.c (notif_debug): Change type to int.
* remote-notif.h (notif_debug): Likewise.
gdb/ChangeLog
gdb/remote-notif.c
gdb/remote-notif.h