From 3ee947ced94ce24463838e0c587cb076ac81ec98 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 1 Jan 2023 23:03:25 -0500 Subject: move math.c functions to util.c --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') 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__ -- cgit v1.2.3