From 4d405feb6f8c720cd004dbba9d9a857bd1a4d95f Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sun, 16 May 2010 01:35:37 +0000 Subject: 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 --- chars.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chars.in') 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 * @@ -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 -- cgit v1.2.3-56-ge451