From 7db66ff8fedbceb13610faaa27f82c6517070ccb Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Thu, 23 Jun 2016 23:18:15 -0700 Subject: [PATCH] syntax: fix definition of -- --- core/syntax/syntax.factor | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/syntax/syntax.factor b/core/syntax/syntax.factor index f60696a5e4..e11ee6b875 100644 --- a/core/syntax/syntax.factor +++ b/core/syntax/syntax.factor @@ -55,9 +55,7 @@ IN: bootstrap.syntax [ { "]" "}" ";" ">>" "COMPILE>" } [ define-delimiter ] each - "--" [ - "--" "syntax" lookup-word suffix! - ] define-core-syntax + "--" "syntax" lookup-word define-symbol { "_" "@" } define-fry-specifiers ! "@" [ "Only valid inside a fry" throw ] ( -- * ) define-fry-specifier