=================================================================== RCS file: /cvs/mandoc/term.h,v retrieving revision 1.29 retrieving revision 1.30 diff -u -p -r1.29 -r1.30 --- mandoc/term.h 2009/03/20 15:14:01 1.29 +++ mandoc/term.h 2009/03/21 09:48:30 1.30 @@ -1,4 +1,4 @@ -/* $Id: term.h,v 1.29 2009/03/20 15:14:01 kristaps Exp $ */ +/* $Id: term.h,v 1.30 2009/03/21 09:48:30 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -73,7 +73,7 @@ struct termpair { (termp)->flags |= (fl); \ (p)->flag = (fl); \ (p)->type |= TERMPAIR_FLAG; \ - } while (0) + } while ( /* CONSTCOND */ 0) struct termact { int (*pre)(struct termp *, struct termpair *,