All pastes #2662493 Raw Edit

core changes

public unlisted diff v1 · immutable
#2662493 ·published 2014-03-14 17:59 UTC
rendered paste body
diff --git a/objects/core/foreign.self b/objects/core/foreign.selfindex 0318457..901a902 100644--- a/objects/core/foreign.self+++ b/objects/core/foreign.self@@ -1,7 +1,7 @@  'Sun-$Revision: 30.12 $'  '-Copyright 1992-2012 AUTHORS.-See the LICENSE file for license information.+Copyright 1992-2014 AUTHORS.+See the legal/LICENSE file for license information and legal/AUTHORS for authors. '  @@ -2811,6 +2811,14 @@ coerced.\x7fModuleInfo: Module: foreign InitialContents: FollowSlot\x7fVisibilit         } | )    bootstrap addSlotsTo: bootstrap stub -> 'traits' -> 'foreignFct' -> 'osVariants' -> 'macOS_X' -> () From: ( | {+         'ModuleInfo: Module: foreign InitialContents: FollowSlot\x7fVisibility: public'+        +         entryPointFromName: name = ( |+            | +            name).+        } | ) ++ bootstrap addSlotsTo: bootstrap stub -> 'traits' -> 'foreignFct' -> 'osVariants' -> 'macOS_X' -> () From: ( | {          'ModuleInfo: Module: foreign InitialContents: FollowSlot\x7fVisibility: private'                   parent* = bootstrap stub -> 'traits' -> 'foreignFct' -> 'osVariants' -> 'bsd' -> ().