From 941bd2d3d82af6566fdceffc661e5d67cda446a0 Mon Sep 17 00:00:00 2001 From: Henrik Wallin <hedda@lysator.liu.se> Date: Thu, 17 Jun 1999 12:33:59 +0200 Subject: [PATCH] DOUBLE_LOOP(AVOID_IS_TOO_BIG,1,1, , , ) > DOUBLE_LOOP(AVOID_IS_TOO_BIG,1,1, *1, *1, *1) to fixa strange preprocessors. Rev: src/modules/Image/match.h:1.7 --- src/modules/Image/match.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/Image/match.h b/src/modules/Image/match.h index bebbf54418..9b5edf7327 100644 --- a/src/modules/Image/match.h +++ b/src/modules/Image/match.h @@ -193,11 +193,11 @@ THREADS_ALLOW(); #define AVOID_IS_TOO_BIG ((haystack_avoidi[i].r)>(foo)) if (type==1) - DOUBLE_LOOP(0,1,1, , , ) + DOUBLE_LOOP(0,1,1, *1, *1, *1) else if (type==2) DOUBLE_LOOP(0, haystack_certi[j], needle_certi[ny*nxs+nx],.r,.g,.b) else if (type==3) - DOUBLE_LOOP(AVOID_IS_TOO_BIG,1,1, , , ) + DOUBLE_LOOP(AVOID_IS_TOO_BIG,1,1, *1, *1, *1) else if (type==4) DOUBLE_LOOP(AVOID_IS_TOO_BIG, haystack_certi[j], needle_certi[ny*nxs+nx],.r,.g,.b) -- GitLab