Fix compiler warning in jamshred.log

db4
Slava Pestov 2009-04-18 16:44:42 -05:00
parent 2d8d7f120f
commit bb06e98dfb
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ IN: jamshred.log
LOG: (jamshred-log) DEBUG
: with-jamshred-log ( quot -- )
"jamshred" swap with-logging ;
"jamshred" swap with-logging ; inline
: jamshred-log ( message -- )
[ (jamshred-log) ] with-jamshred-log ; ! ugly...