aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/chars.in
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2010-05-16 01:35:37 +0000
committerIngo Schwarze <schwarze@openbsd.org>2010-05-16 01:35:37 +0000
commit4d405feb6f8c720cd004dbba9d9a857bd1a4d95f (patch)
treefc2d12239dc05ce4b997411281c4d3903e4614b0 /chars.in
parent56769575b59463282f2527c0dccc339862efdf04 (diff)
downloadmandoc-4d405feb6f8c720cd004dbba9d9a857bd1a4d95f.tar.gz
mandoc-4d405feb6f8c720cd004dbba9d9a857bd1a4d95f.tar.zst
mandoc-4d405feb6f8c720cd004dbba9d9a857bd1a4d95f.zip
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.in')
-rw-r--r--chars.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/chars.in b/chars.in
index 61a99e1d..0a39697c 100644
--- a/chars.in
+++ b/chars.in
@@ -1,4 +1,4 @@
-/* $Id: chars.in,v 1.22 2010/03/30 19:20:33 kristaps Exp $ */
+/* $Id: chars.in,v 1.23 2010/05/16 01:35:37 schwarze Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -31,7 +31,7 @@
*/
/* Non-breaking, non-collapsing space uses unit separator. */
-static const char ascii_nbrsp[2] = { 31, 0 };
+static const char ascii_nbrsp[2] = { ASCII_NBRSP, 0 };
CHAR_TBL_START