=================================================================== RCS file: /cvs/mandoc/term.h,v retrieving revision 1.29 retrieving revision 1.31 diff -u -p -r1.29 -r1.31 --- mandoc/term.h 2009/03/20 15:14:01 1.29 +++ mandoc/term.h 2009/03/23 14:22:11 1.31 @@ -1,6 +1,6 @@ -/* $Id: term.h,v 1.29 2009/03/20 15:14:01 kristaps Exp $ */ +/* $Id: term.h,v 1.31 2009/03/23 14:22:11 kristaps Exp $ */ /* - * Copyright (c) 2008 Kristaps Dzonsons + * Copyright (c) 2008, 2009 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the @@ -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 *,