Cheers,
--
Cristian
Index: coreutils/expr.c
===================================================================
--- coreutils/expr.c (revision 18980)
+++ coreutils/expr.c (working copy)
@@ -277,7 +277,8 @@
static VALUE *eval6(void)
{
- VALUE *l, *r, *v = NULL /* silence gcc */, *i1, *i2;
+ VALUE *r, *i1, *i2;
+ VALUE *l = NULL, *v = NULL /* silence gcc */;
static const char * const keywords[] = {
"quote", "length", "match", "index", "substr", NULL
};
@@ -503,5 +504,3 @@
fflush_stdout_and_exit(null(v));
}
-
-
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox