=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mandoc.h,v retrieving revision 1.58 retrieving revision 1.59 diff -c -r1.58 -r1.59 *** src/usr.bin/mandoc/mandoc.h 2014/01/05 20:26:27 1.58 --- src/usr.bin/mandoc/mandoc.h 2014/01/22 20:58:35 1.59 *************** *** 1,4 **** ! /* $Id: mandoc.h,v 1.58 2014/01/05 20:26:27 schwarze Exp $ */ /* * Copyright (c) 2010, 2011 Kristaps Dzonsons * Copyright (c) 2012, 2013, 2014 Ingo Schwarze --- 1,4 ---- ! /* $Id: mandoc.h,v 1.59 2014/01/22 20:58:35 schwarze Exp $ */ /* * Copyright (c) 2010, 2011 Kristaps Dzonsons * Copyright (c) 2012, 2013, 2014 Ingo Schwarze *************** *** 20,25 **** --- 20,26 ---- #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