1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Description: Remove extern from wave_rpc_id in gconf.h.
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Forwarded: https://github.com/gtkwave/gtkwave/pull/16
Bug: https://github.com/gtkwave/gtkwave/issues/15
Bug-Debian: https:/bugs.debian.org/957322
Index: gtkwave/src/gconf.h
===================================================================
--- gtkwave.orig/src/gconf.h 2020-05-25 22:31:00.563773607 +0200
+++ gtkwave/src/gconf.h 2020-05-26 04:57:13.270980766 +0200
@@ -26,7 +26,7 @@
/* 12345678901234567 */
#define WAVE_GCONF_DIR_LEN (17)
-extern int wave_rpc_id;
+extern int wave_rpc_id __attribute__((__common__));
void wave_gconf_init(int argc, char **argv);
gboolean wave_gconf_client_set_string(const gchar *key, const gchar *val);
|