changeset 9738:d9e8d420e9fe

[gaim-migrate @ 10600] Move variable declarations inside the 3ifdef in cope_with_gdb_brokenness. Thanks deryni. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 11 Aug 2004 00:20:28 +0000
parents a19b6a7682ef
children 35f22ba01bd7
files src/proxy.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/proxy.c	Tue Aug 10 13:51:18 2004 +0000
+++ b/src/proxy.c	Wed Aug 11 00:20:28 2004 +0000
@@ -392,12 +392,12 @@
 
 static void cope_with_gdb_brokenness()
 {
+#ifdef __linux__
 	static gboolean already_done = FALSE;
 	char s[256], e[512];
 	int n;
 	pid_t ppid;
 
-#ifdef __linux__
 	if(already_done)
 		return;
 	already_done = TRUE;