aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/chars.h
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.h
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.h')
-rw-r--r--chars.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/chars.h b/chars.h
index c3627b53..1205bc76 100644
--- a/chars.h
+++ b/chars.h
@@ -1,4 +1,4 @@
-/* $Id: chars.h,v 1.1 2009/09/17 07:41:28 kristaps Exp $ */
+/* $Id: chars.h,v 1.2 2010/05/16 01:35:37 schwarze Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -17,6 +17,8 @@
#ifndef CHARS_H
#define CHARS_H
+#define ASCII_NBRSP 31 /* non-breaking space */
+
__BEGIN_DECLS
enum chars {