From da1f4b4b53c65c7dc07081018a7f7c2fa991978f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 14 Jun 2010 23:55:19 +0000 Subject: asymptote 1.98 git-svn-id: svn://tug.org/texlive/trunk@18984 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf/asymptote/plain_constants.asy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/texmf/asymptote/plain_constants.asy') diff --git a/Master/texmf/asymptote/plain_constants.asy b/Master/texmf/asymptote/plain_constants.asy index ba8947c91c2..d1d11b1b1c5 100644 --- a/Master/texmf/asymptote/plain_constants.asy +++ b/Master/texmf/asymptote/plain_constants.asy @@ -1,4 +1,4 @@ -restricted int undefined=intMax+((intMax % 2)-1); +restricted int undefined=(intMax % 2 == 1) ? intMax : intMax-1; restricted real inches=72; restricted real inch=inches; -- cgit v1.2.3