summaryrefslogtreecommitdiff
path: root/include/general.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/general.h')
-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.