AbstractLauncherApplication.st
changeset 16886 ac4a7157be95
parent 16756 673316b94fbb
child 16888 a285b73d0ef0
child 17132 17d361c666c2
--- a/AbstractLauncherApplication.st	Sat Oct 01 20:39:16 2016 +0200
+++ b/AbstractLauncherApplication.st	Sat Oct 01 20:40:54 2016 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1997 by eXept Software AG
               All Rights Reserved
@@ -5679,8 +5681,8 @@
 
             list2 list:nil.
 
-            l := Array new.
-            handles := Array new.
+            l := #().
+            handles := #().
 
             (showModules value or:[showBuiltIn value]) ifTrue:[
                 allModules := ObjectMemory binaryModuleInfo asOrderedCollection.