=================================================================== RCS file: /cvs/mandoc/roff.c,v retrieving revision 1.182 retrieving revision 1.183 diff -u -p -r1.182 -r1.183 --- mandoc/roff.c 2013/10/05 22:19:10 1.182 +++ mandoc/roff.c 2013/10/05 22:21:20 1.183 @@ -1,4 +1,4 @@ -/* $Id: roff.c,v 1.182 2013/10/05 22:19:10 schwarze Exp $ */ +/* $Id: roff.c,v 1.183 2013/10/05 22:21:20 schwarze Exp $ */ /* * Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons * Copyright (c) 2010, 2011, 2012, 2013 Ingo Schwarze @@ -74,8 +74,8 @@ enum rofft { }; enum roffrule { - ROFFRULE_ALLOW, - ROFFRULE_DENY + ROFFRULE_DENY, + ROFFRULE_ALLOW }; /*