Mercurial > hg > octave-shane > gnulib-hg
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 +++ b/lib/diffseq.h @@ -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. */