smalltalk
/
osmo-st-sip
Archived
1
0
Fork 0

pharo: DO not have PP.PPParser as subclass

This commit is contained in:
Holger Hans Peter Freyther 2015-07-24 18:12:57 +02:00
parent 7e9c00525e
commit acf3dced3b
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ CONVERT_RULES = -r'Osmo.LogManager->LogManager' \
-r'DateTime->DateAndTime' \
-r'Character nl->Character lf' \
-r'(Duration milliseconds: ``@args1) -> (Duration milliSeconds: ``@args1)' \
-r'PP.PPParser->PPParser' \
-r'PP.PPCompositeParser->PPCompositeParser' \
-r'PP.PPCompositeParserTest->PPCompositeParserTest' \
-r'PP.PPPredicateObjectParser->PPPredicateObjectParser' \