changeset 7444:59373e106e46

Improve variable declaration order.
author Bruno Haible <bruno@clisp.org>
date Sat, 07 Oct 2006 17:43:37 +0000
parents 495459d266f1
children 6636813345ea
files lib/diffseq.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lib/diffseq.h	Sat Oct 07 17:40:22 2006 +0000
+++ b/lib/diffseq.h	Sat Oct 07 17:43:37 2006 +0000
@@ -332,13 +332,13 @@
 	}
 #endif /* USE_HEURISTIC */
 
-      /* Heuristic: if we've gone well beyond the call of duty,
-	 give up and report halfway between our best results so far.  */
+      /* Heuristic: if we've gone well beyond the call of duty, give up
+	 and report halfway between our best results so far.  */
       if (c >= ctxt->too_expensive)
 	{
 	  OFFSET fxybest;
+	  OFFSET fxbest IF_LINT (= 0);
 	  OFFSET bxybest;
-	  OFFSET fxbest IF_LINT (= 0);
 	  OFFSET bxbest IF_LINT (= 0);
 
 	  /* Find forward diagonal that maximizes X + Y.  */