ExternalStructure.st
changeset 22896 0a1a1f40be28
parent 21770 02cbb05d3aa4
--- a/ExternalStructure.st	Fri May 11 02:03:58 2018 +0200
+++ b/ExternalStructure.st	Fri May 11 03:36:37 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2006 by eXept Software AG
 	      All Rights Reserved
@@ -109,6 +111,12 @@
     ^ super unprotectedNew:(self sizeof)
 ! !
 
+!ExternalStructure class methodsFor:'Squeak compatibility'!
+
+externalNew
+    ^ self new:self byteSize
+! !
+
 !ExternalStructure class methodsFor:'queries'!
 
 cType