diff options
Diffstat (limited to 'usr.bin/mandoc/chars.h')
-rw-r--r-- | usr.bin/mandoc/chars.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/mandoc/chars.h b/usr.bin/mandoc/chars.h index fa1608a3b58..88ece13ec5a 100644 --- a/usr.bin/mandoc/chars.h +++ b/usr.bin/mandoc/chars.h @@ -1,4 +1,4 @@ -/* $Id: chars.h,v 1.1 2009/10/19 09:16:58 schwarze Exp $ */ +/* $Id: chars.h,v 1.2 2010/03/02 00:38:59 schwarze Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se> * @@ -17,6 +17,9 @@ #ifndef CHARS_H #define CHARS_H +#define ASCII_EOS 30 /* end of sentence marker */ +#define ASCII_NBRSP 31 /* non-breaking space */ + __BEGIN_DECLS enum chars { |