=================================================================== RCS file: /cvs/mandoc/mandoc.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- mandoc/mandoc.h 2010/05/24 01:41:31 1.6 +++ mandoc/mandoc.h 2010/05/25 12:37:20 1.7 @@ -1,4 +1,4 @@ -/* $Id: mandoc.h,v 1.6 2010/05/24 01:41:31 schwarze Exp $ */ +/* $Id: mandoc.h,v 1.7 2010/05/25 12:37:20 kristaps Exp $ */ /* * Copyright (c) 2010 Kristaps Dzonsons * @@ -16,6 +16,10 @@ */ #ifndef MANDOC_H #define MANDOC_H + +#define ASCII_NBRSP 31 /* non-breaking space */ +#define ASCII_HYPH 30 /* breakable hyphen */ + __BEGIN_DECLS