summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2015-08-10 19:34:04 -0600
committerEduardo Chappa <chappa@washington.edu>2015-08-10 19:34:04 -0600
commit74df826babb53a1d1af2dddd9a99d9fc673c8168 (patch)
tree4a368a7adfb965611cebc21758423015f00246e7 /include
parenteaa657fe96dbc41d5acaa07425ff4584fae297bb (diff)
downloadalpine-74df826babb53a1d1af2dddd9a99d9fc673c8168.tar.xz
* add non-breaking space (UCS \240) to list of spaces in function
lisblank. * Clean up some code in pith/smime.c.
Diffstat (limited to 'include')
-rw-r--r--include/general.h1
1 files changed, 1 insertions, 0 deletions
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.