=================================================================== RCS file: /cvs/mandoc/roff.h,v retrieving revision 1.49 retrieving revision 1.50 diff -u -p -r1.49 -r1.50 --- mandoc/roff.h 2017/06/04 22:44:15 1.49 +++ mandoc/roff.h 2017/06/06 15:01:04 1.50 @@ -1,4 +1,4 @@ -/* $Id: roff.h,v 1.49 2017/06/04 22:44:15 schwarze Exp $ */ +/* $Id: roff.h,v 1.50 2017/06/06 15:01:04 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2013, 2014, 2015, 2017 Ingo Schwarze @@ -67,6 +67,7 @@ enum roff_type { enum roff_tok { ROFF_br = 0, + ROFF_ce, ROFF_ft, ROFF_ll, ROFF_mc, @@ -101,7 +102,6 @@ enum roff_tok { ROFF_brpnl, ROFF_c2, ROFF_cc, - ROFF_ce, ROFF_cf, ROFF_cflags, ROFF_ch,