=================================================================== RCS file: /cvs/mandoc/mandoc.h,v retrieving revision 1.114 retrieving revision 1.115 diff -u -p -r1.114 -r1.115 --- mandoc/mandoc.h 2014/01/05 20:26:36 1.114 +++ mandoc/mandoc.h 2014/01/22 20:58:39 1.115 @@ -1,4 +1,4 @@ -/* $Id: mandoc.h,v 1.114 2014/01/05 20:26:36 schwarze Exp $ */ +/* $Id: mandoc.h,v 1.115 2014/01/22 20:58:39 schwarze Exp $ */ /* * Copyright (c) 2010, 2011 Kristaps Dzonsons * Copyright (c) 2012, 2013, 2014 Ingo Schwarze @@ -20,6 +20,7 @@ #define ASCII_NBRSP 31 /* non-breaking space */ #define ASCII_HYPH 30 /* breakable hyphen */ +#define ASCII_BREAK 29 /* breakable zero-width space */ /* * Status level. This refers to both internal status (i.e., whilst