X Tutup
Skip to content

Commit 8963e58

Browse files
committed
LargeInteger does not exist in Squeak
Move extensions from LargeInteger to LargePositiveInteger
1 parent 9f6bc41 commit 8963e58

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

repository/Grease-Squeak5-Core.package/LargeInteger.extension/properties.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

repository/Grease-Squeak5-Core.package/LargeInteger.extension/instance/greaseByteAt..st renamed to repository/Grease-Squeak5-Core.package/LargePositiveInteger.extension/instance/greaseByteAt..st

File renamed without changes.

repository/Grease-Squeak5-Core.package/LargeInteger.extension/instance/greaseBytesCount.st renamed to repository/Grease-Squeak5-Core.package/LargePositiveInteger.extension/instance/greaseBytesCount.st

File renamed without changes.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"name" : "LargePositiveInteger"
3+
}

0 commit comments

Comments
 (0)
X Tutup