summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-02-05 13:00:57 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-02-05 13:00:57 -0500
commit759404e118b701a7c0264de5791f0158db0c7e13 (patch)
tree5afaf25bb618287fb45b2a6fae94326f4a7c28ea /main.c
parenta9490274d79ecf0d7d9872c23ca4db1ac46570e6 (diff)
reload buffer on change (no popup yet)
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.c b/main.c
index 22e7786..709b23d 100644
--- a/main.c
+++ b/main.c
@@ -5,6 +5,7 @@
// - completion
// - view-only
// - Windows installation
+
#include "base.h"
no_warn_start
#if _WIN32
@@ -19,7 +20,6 @@ no_warn_end
#include <shellapi.h>
#endif
-
#include "unicode.h"
#include "util.c"
#if _WIN32
@@ -31,7 +31,6 @@ no_warn_end
#endif
#include "arr.c"
-#define MATH_GL
#include "math.c"
#include "text.h"