From 47611c4938363346be414b1cf00a63b438e043c4 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 15 Apr 2017 14:02:50 +0200 Subject: Perform custom word definition at the same level as conditional primitives --- source/primitives/conditional.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/primitives/conditional.d') diff --git a/source/primitives/conditional.d b/source/primitives/conditional.d index 08c0f52..e5ba591 100644 --- a/source/primitives/conditional.d +++ b/source/primitives/conditional.d @@ -16,7 +16,7 @@ void capture(Token token) { } } -bool drop(Token token) { +bool handle(Token token) { if ( concluded && buffer.isNull ) { return false; } -- cgit v1.2.3