compiler: fix MIXIN: syntax

locals-and-roots
Doug Coleman 2016-06-24 09:17:43 -07:00
parent c6c031574a
commit c730d435e2
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ GENERIC: sheeple ( obj -- x ) ;
M: object sheeple drop "sheeple" ; inline
MIXIN: empty-mixin ;
MIXIN: empty-mixin
M: empty-mixin sheeple drop "wake up" ; inline