summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-01 23:03:25 -0500
committerpommicket <pommicket@gmail.com>2023-01-01 23:03:25 -0500
commit3ee947ced94ce24463838e0c587cb076ac81ec98 (patch)
treefcac522a73ccaa2f261f144462367f392ff39dce /main.c
parenta3971fd612813c6544dbe63cb3d7e5d9c0b7b778 (diff)
move math.c functions to util.c
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 4dd52af..9ae5b68 100644
--- a/main.c
+++ b/main.c
@@ -1,5 +1,6 @@
/*
@TODO:
+- rename v[234] to vec[234]
- handle multiple symbols with same name in go-to-definition menu
- better non-error window/showMessage(Request)
- document lsp.h and lsp.c.
@@ -95,7 +96,6 @@ no_warn_end
#error "Unrecognized operating system."
#endif
-#include "math.c"
#if _WIN32
#include "process-win.c"
#elif __unix__