]> Savannah Git Hosting - gnulib.git/commitdiff
Improve variable declaration order.
authorBruno Haible <bruno@clisp.org>
Sat, 7 Oct 2006 17:43:37 +0000 (17:43 +0000)
committerBruno Haible <bruno@clisp.org>
Sat, 7 Oct 2006 17:43:37 +0000 (17:43 +0000)
lib/diffseq.h

index e9e4ad5a79c728320a46986f87319213d5fd9898..0c7e1dd849b091f78005fef71875f1928ec35df8 100644 (file)
@@ -332,13 +332,13 @@ diag (OFFSET xoff, OFFSET xlim, OFFSET yoff, OFFSET ylim, bool find_minimal,
        }
 #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 bxybest;
          OFFSET fxbest IF_LINT (= 0);
+         OFFSET bxybest;
          OFFSET bxbest IF_LINT (= 0);
 
          /* Find forward diagonal that maximizes X + Y.  */