FFI cleanups (no underscore assignment)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

FFI cleanups (no underscore assignment)

Torsten Bergmann
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

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project