aboutsummaryrefslogtreecommitdiffstats
path: root/corewords.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'corewords.hpp')
-rw-r--r--corewords.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/corewords.hpp b/corewords.hpp
index 6f982a0..ab34c78 100644
--- a/corewords.hpp
+++ b/corewords.hpp
@@ -22,8 +22,6 @@
#include "types.hpp"
#include "state.hpp"
-#include <string_view>
-
void user_sys(State&);
class CoreWords
@@ -34,7 +32,7 @@ public:
constexpr static Cell Immediate = (1 << 5);
constexpr static Cell Compiletime = (1 << 6);
- static int findi(std::string_view);
+ static int findi(const char *);
static int findi(State&, Word);
static void run(unsigned int, State&);