From 31ae9a14ef4d76eaf3ad79fb31477ea4596d047e Mon Sep 17 00:00:00 2001 From: dan Date: Fri, 2 Jun 2023 22:38:16 -0400 Subject: feat: can overwrite existing functions --- forthmachine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'forthmachine.h') diff --git a/forthmachine.h b/forthmachine.h index 50eb4d8..28f3932 100644 --- a/forthmachine.h +++ b/forthmachine.h @@ -65,7 +65,7 @@ struct optable { */ wordop* optable_getop(optable* optable, char *word); -void defineop(forthmachine* fm, char *input, int* starti); +void optable_defineop(optable* optable, char *input, int* starti); optable* optable_new(); -- cgit v1.2.3