generic.parser: fix unbalanced-private-declaration.
parent
b2adcaaac9
commit
24953512a7
|
@ -51,8 +51,6 @@ ERROR: bad-method-effect ;
|
||||||
[ ?execute-parsing \ ; parse-until append >quotation ]
|
[ ?execute-parsing \ ; parse-until append >quotation ]
|
||||||
} case ;
|
} case ;
|
||||||
|
|
||||||
PRIVATE>
|
|
||||||
|
|
||||||
: (M:) ( -- method def )
|
: (M:) ( -- method def )
|
||||||
[
|
[
|
||||||
scan-new-method [ parse-method-definition ] with-method-definition
|
scan-new-method [ parse-method-definition ] with-method-definition
|
||||||
|
|
Loading…
Reference in New Issue