summaryrefslogtreecommitdiff
path: root/base.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-04 12:53:45 -0500
committerpommicket <pommicket@gmail.com>2023-01-04 12:53:45 -0500
commit98c618770f44a2bde4b5ba45c7390971c91a3fc3 (patch)
treede7c92fac1eb4ef218698fd8963a8061245be059 /base.h
parent4736d2d6c02b2715bba58484eacce51495df2f4c (diff)
make unicode.h more self-contained
Diffstat (limited to 'base.h')
-rw-r--r--base.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/base.h b/base.h
index 92afc3e..c5a7f80 100644
--- a/base.h
+++ b/base.h
@@ -1,3 +1,6 @@
+// basic types and macros.
+// this file is included almost everywhere.
+
#ifndef BASE_H_
#define BASE_H_
@@ -184,7 +187,7 @@ static void print(const char *fmt, ...) {
#define debug_println(...)
#endif
-// NOTE: these have to be defined here because lsp.h uses them
+// NOTE: these have to be defined here because lsp.h uses Language
// If you are adding new languages, DO NOT change the constant values
// of the previous languages. It will mess up config files which use :set-language!