diff options
author | pommicket <pommicket@gmail.com> | 2023-01-04 12:53:45 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-04 12:53:45 -0500 |
commit | 98c618770f44a2bde4b5ba45c7390971c91a3fc3 (patch) | |
tree | de7c92fac1eb4ef218698fd8963a8061245be059 /base.h | |
parent | 4736d2d6c02b2715bba58484eacce51495df2f4c (diff) |
make unicode.h more self-contained
Diffstat (limited to 'base.h')
-rw-r--r-- | base.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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! |