From a4abf25a6aa60238e2f7afbdb91cc3a8ebaf3259 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 25 Jul 2015 21:53:47 +0200 Subject: [PATCH] pharo: Do not have the same variable twice Pharo doesn't allow to define the class like this. --- grammar/MGCPGrammar.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grammar/MGCPGrammar.st b/grammar/MGCPGrammar.st index 3a97058..90af86a 100644 --- a/grammar/MGCPGrammar.st +++ b/grammar/MGCPGrammar.st @@ -17,7 +17,7 @@ " PP.PPCompositeParser subclass: MGCPGrammar [ - | MGCPMessage EOL One_WSP MGCPMessage MGCPCommandLine MGCPVerb transaction_id endpointName MGCPversion MGCPParameter MGCPCommand ParameterValue SDPRecord SDPLine SDPinformation MGCPResponseLine responseCode responseString packageName wordParser | + | MGCPMessage EOL One_WSP MGCPCommandLine MGCPVerb transaction_id endpointName MGCPversion MGCPParameter MGCPCommand ParameterValue SDPRecord SDPLine SDPinformation MGCPResponseLine responseCode responseString packageName wordParser |