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