public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [obv] two variables made static
@ 2010-08-13 17:36 Jan Kratochvil
  0 siblings, 0 replies; only message in thread
From: Jan Kratochvil @ 2010-08-13 17:36 UTC (permalink / raw)
  To: gdb-patches

http://sourceware.org/ml/gdb-cvs/2010-08/msg00069.html

--- src/gdb/ChangeLog	2010/08/13 16:19:47	1.12081
+++ src/gdb/ChangeLog	2010/08/13 17:35:36	1.12082
@@ -1,3 +1,8 @@
+2010-08-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+	* cli-logging.c (logging_overwrite, logging_redirect): Make them
+	static.
+
 2010-08-13  Ken Werner  <ken.werner@de.ibm.com>
 
 	* python/python.c (gdbpy_solib_name): Remove the const qualifier of
--- src/gdb/cli/cli-logging.c	2010/05/17 19:28:12	1.22
+++ src/gdb/cli/cli-logging.c	2010/08/13 17:35:39	1.23
@@ -45,7 +45,7 @@
 		    value);
 }
 
-int logging_overwrite;
+static int logging_overwrite;
 static void
 show_logging_overwrite (struct ui_file *file, int from_tty,
 			struct cmd_list_element *c, const char *value)
@@ -55,7 +55,7 @@
 		    value);
 }
 
-int logging_redirect;
+static int logging_redirect;
 static void
 show_logging_redirect (struct ui_file *file, int from_tty,
 		       struct cmd_list_element *c, const char *value)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-08-13 17:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-13 17:36 [obv] two variables made static Jan Kratochvil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).