summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f50e8e1..b5c40a7 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ CONVERT_RULES = -r'Osmo.LogManager->LogManager' \
-r'RecursionLock->Mutex' \
-r'SystemExceptions.EndOfStream->Exception' \
-r'Sockets.DatagramSocket new->Socket newUDP' \
- -r'(``@obj beginsWith: ``@arg2 )->(``@obj startsWith: ``@arg2)' \
+ -r'(``@obj startsWith: ``@arg2 )->(``@obj beginsWith: ``@arg2)' \
# Can not be parsed right now..
# -r'(``@object => ``@args1)->(``@object ==> ``@args1)'
@@ -40,7 +40,6 @@ GRAMMAR = \
CALLAGENT = \
callagent/Base64MimeConverter.st \
- callagent/Extensions.st \
callagent/SIPLogArea.st \
callagent/SIPDialog.st \
callagent/misc/SIPBase64.st \