From 99522d1090325983334bc3cbed383dedc12f9863 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sat, 26 Jul 2008 18:58:53 -0500 Subject: [PATCH] Print out 'recursive' declaration --- core/prettyprint/prettyprint.factor | 1 + 1 file changed, 1 insertion(+) diff --git a/core/prettyprint/prettyprint.factor b/core/prettyprint/prettyprint.factor index 804895f6c4..4b5dd8542d 100755 --- a/core/prettyprint/prettyprint.factor +++ b/core/prettyprint/prettyprint.factor @@ -221,6 +221,7 @@ M: word declarations. POSTPONE: parsing POSTPONE: delimiter POSTPONE: inline + POSTPONE: recursive POSTPONE: foldable POSTPONE: flushable } [ declaration. ] with each ;