]> gitweb.factorcode.org Git - factor.git/commitdiff
generic.parser: fix unbalanced-private-declaration.
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 17 Jun 2015 01:58:54 +0000 (18:58 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 17 Jun 2015 01:58:54 +0000 (18:58 -0700)
core/generic/parser/parser.factor

index 53baf6b6c3922d1f6bb6d09fd10ddc3ea60055db..77533de629cba040d88451aa701c3e885672da32 100644 (file)
@@ -51,8 +51,6 @@ ERROR: bad-method-effect ;
         [ ?execute-parsing \ ; parse-until append >quotation ]
     } case ;
 
-PRIVATE>
-
 : (M:) ( -- method def )
     [
         scan-new-method [ parse-method-definition ] with-method-definition