aboutsummaryrefslogtreecommitdiffstats
path: root/forthmachine.h
diff options
context:
space:
mode:
Diffstat (limited to 'forthmachine.h')
-rw-r--r--forthmachine.h2
1 files changed, 1 insertions, 1 deletions
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();