# HG changeset patch # User Claus Gittinger # Date 1530433129 -7200 # Node ID 0ca78798e5bd49586fd0e71107f7fda89bb183cb # Parent ea7ff233d26b2798b2483a92ca0edcee9a27c0a9 new class: IndentStream diff -r ea7ff233d26b -r 0ca78798e5bd Make.spec --- a/Make.spec Sun Jul 01 10:18:11 2018 +0200 +++ b/Make.spec Sun Jul 01 10:18:49 2018 +0200 @@ -96,6 +96,7 @@ Heap \ IdentityBag \ IncrementNotification \ + IndentStream \ InterestConverterWithParameters \ InternalPipeStream \ Iterator \ @@ -267,6 +268,7 @@ $(OUTDIR)Heap.$(O) \ $(OUTDIR)IdentityBag.$(O) \ $(OUTDIR)IncrementNotification.$(O) \ + $(OUTDIR)IndentStream.$(O) \ $(OUTDIR)InterestConverterWithParameters.$(O) \ $(OUTDIR)InternalPipeStream.$(O) \ $(OUTDIR)Iterator.$(O) \