diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2010-05-16 01:35:37 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2010-05-16 01:35:37 +0000 |
commit | 110ec8e74f50c3c583a7b5930b26eede65e6f8e7 (patch) | |
tree | 4788d50077cc4281f5c5c98b0e841a45c6913545 /chars.h | |
parent | 95167efd6516f34385b6878dd2f043182e743e05 (diff) | |
download | mandoc-110ec8e74f50c3c583a7b5930b26eede65e6f8e7.tar.gz |
sync to OpenBSD:
introduce a #define to get rid of the magic number
describing the ASCII character used to represent non-breaking space;
ok kristaps
Diffstat (limited to 'chars.h')
-rw-r--r-- | chars.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,8 @@ #ifndef CHARS_H #define CHARS_H +#define ASCII_NBRSP 31 /* non-breaking space */ + __BEGIN_DECLS enum chars { |