Fix definition of macro predicate class

release
Slava Pestov 2007-11-22 20:48:24 -05:00
parent cd84465895
commit a61c0d5f7c
1 changed files with 1 additions and 1 deletions

2
extra/macros/macros.factor Normal file → Executable file
View File

@ -19,7 +19,7 @@ IN: macros
: MACRO:
(:) (MACRO:) ; parsing
PREDICATE: word macro
PREDICATE: compound macro
"macro" word-prop >boolean ;
M: macro definer drop \ MACRO: \ ; ;