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.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'chars.h') 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 * @@ -17,6 +17,8 @@ #ifndef CHARS_H #define CHARS_H +#define ASCII_NBRSP 31 /* non-breaking space */ + __BEGIN_DECLS enum chars { -- cgit v1.2.3-56-ge451