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

pharo: Do not have the same variable twice

Pharo doesn't allow to define the class like this.
This commit is contained in:
Holger Hans Peter Freyther 2015-07-25 21:53:47 +02:00
parent 8174b683cb
commit a4abf25a6a
1 changed files with 1 additions and 1 deletions

View File

@ -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 |
<category: 'OsmoMGCP-Core'>
<comment: 'I am a the Grammar of the Media Gateway Control Protocol'>