summaryrefslogtreecommitdiff
path: root/base.h
diff options
context:
space:
mode:
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!