# HG changeset patch # User Claus Gittinger # Date 1393964872 -3600 # Node ID 064fd167c58a551ba659dba27af6bd8f944a5ac4 # Parent 294bc6d90b372598b6e9a11d39724677f4a3d7e6 moved diff -r 294bc6d90b37 -r 064fd167c58a analyzer/PPSearcher.st --- a/analyzer/PPSearcher.st Tue Mar 04 21:27:51 2014 +0100 +++ b/analyzer/PPSearcher.st Tue Mar 04 21:27:52 2014 +0100 @@ -59,10 +59,10 @@ !PPSearcher class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/goodies/petitparser/analyzer/PPSearcher.st,v 1.1 2014-03-04 15:42:25 cg Exp $' + ^ '$Header: /cvs/stx/stx/goodies/petitparser/analyzer/PPSearcher.st,v 1.2 2014-03-04 20:27:52 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/goodies/petitparser/analyzer/PPSearcher.st,v 1.1 2014-03-04 15:42:25 cg Exp $' + ^ '$Header: /cvs/stx/stx/goodies/petitparser/analyzer/PPSearcher.st,v 1.2 2014-03-04 20:27:52 cg Exp $' ! !