aboutsummaryrefslogtreecommitdiff
path: root/src/ascii.h
diff options
context:
space:
mode:
authorashleyh <gh@ashleyh.eu>2014-02-26 22:10:25 +0000
committerashleyh <gh@ashleyh.eu>2014-02-26 22:10:25 +0000
commit00ba300d3941d5e9d59ffffcb760eb0f9d1079ef (patch)
tree2b22d404b040adf2441af3b8369db44b800ac5ab /src/ascii.h
parent14cbd618ec4930878afc6f9073d9ebb9e514fd75 (diff)
parent314791dca7b80e167165694222dfc0f70dd77e5c (diff)
downloadrneovim-00ba300d3941d5e9d59ffffcb760eb0f9d1079ef.tar.gz
rneovim-00ba300d3941d5e9d59ffffcb760eb0f9d1079ef.tar.bz2
rneovim-00ba300d3941d5e9d59ffffcb760eb0f9d1079ef.zip
Merge branch 'master' into pr36
Conflicts: README.md
Diffstat (limited to 'src/ascii.h')
-rw-r--r--src/ascii.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ascii.h b/src/ascii.h
index 0904521ccf..50ca04f443 100644
--- a/src/ascii.h
+++ b/src/ascii.h
@@ -6,6 +6,9 @@
* Do ":help credits" in Vim to see a list of people who contributed.
*/
+#ifndef NEOVIM_ASCII_H
+#define NEOVIM_ASCII_H
+
/*
* Definitions of various common control characters.
* For EBCDIC we have to use different values.
@@ -94,3 +97,5 @@
# define PATHSEP '/'
# define PATHSEPSTR "/"
#endif
+
+#endif /* NEOVIM_ASCII_H */