From 74df826babb53a1d1af2dddd9a99d9fc673c8168 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Mon, 10 Aug 2015 19:34:04 -0600 Subject: * add non-breaking space (UCS \240) to list of spaces in function lisblank. * Clean up some code in pith/smime.c. --- include/general.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/general.h b/include/general.h index 8a97d49f..40016ece 100644 --- a/include/general.h +++ b/include/general.h @@ -78,6 +78,7 @@ #define BSLASH '\\' /* back slash */ #define QUOTE '"' /* double quote char */ #define DEL '\177' /* delete */ +#define NBSPC '\240' /* Non-breaking space */ /* * These help with isspace when dealing with UCS-4 characters. -- cgit v1.2.3-54-g00ecf