[squeak-dev] FFI cleanups (no underscore assignment)

Torsten Bergmann astares at gmx.de
Fri May 14 09:47:40 UTC 2010


Hi,

FFI still had underscore assignments in the Unix package
which I fixed now in "FFI-Unix-tbn.3.mcz".


The Metacello configuration is also updated. If you 
work with Metacello you can use:

In Squeak:
----------------------------------------------------
Installer 
  ss 
  project: 'MetacelloRepository'; 
  install: 'ConfigurationOfFFI'. 

  (Smalltalk at: #ConfigurationOfFFI) load 
----------------------------------------------------  


In Pharo:
----------------------------------------------------
Gofer new 
  squeaksource: 'MetacelloRepository'; 
  package: 'ConfigurationOfFFI'; 
  load. 

(Smalltalk at: #ConfigurationOfFFI) load 
----------------------------------------------------

Have fun
Torsten
-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01



More information about the Squeak-dev mailing list