=================================================================== RCS file: /cvs/mandoc/mandoc.h,v retrieving revision 1.279 retrieving revision 1.280 diff -u -p -r1.279 -r1.280 --- mandoc/mandoc.h 2022/06/07 09:54:40 1.279 +++ mandoc/mandoc.h 2022/08/15 18:12:30 1.280 @@ -1,4 +1,4 @@ -/* $Id: mandoc.h,v 1.279 2022/06/07 09:54:40 schwarze Exp $ */ +/* $Id: mandoc.h,v 1.280 2022/08/15 18:12:30 schwarze Exp $ */ /* * Copyright (c) 2012-2022 Ingo Schwarze * Copyright (c) 2010, 2011, 2014 Kristaps Dzonsons @@ -20,8 +20,9 @@ */ #define ASCII_NBRSP 31 /* non-breaking space */ -#define ASCII_HYPH 30 /* breakable hyphen */ -#define ASCII_BREAK 29 /* breakable zero-width space */ +#define ASCII_NBRZW 30 /* non-breaking zero-width space */ +#define ASCII_BREAK 29 /* breakable zero-width space */ +#define ASCII_HYPH 28 /* breakable hyphen */ /* * Status level. This refers to both internal status (i.e., whilst