[project @ 1999-10-19 23:51:57 by andy]
authorandy <unknown>
Tue, 19 Oct 1999 23:52:02 +0000 (23:52 +0000)
committerandy <unknown>
Tue, 19 Oct 1999 23:52:02 +0000 (23:52 +0000)
commit511ec6ddf4fd4947b9191dabedd94af494ddbba9
tree9c814ce1526daf5bf941b60de816dbe8a4672359
parent7da34d34fa651f8acc9dd0f212bdeb7562c74702
[project @ 1999-10-19 23:51:57 by andy]
Adding a generic version of universal call that
only works for specific argument patterns.

It allows ports to work on the Hugs Prelude immeduately,
even if univeral_call_c_<os/specific> is not ported.

Also, commented out (longstanding?) bug with incorrect call
to setCurrModule.
ghc/interpreter/hugs.c
ghc/interpreter/storage.c
ghc/interpreter/version.h
ghc/rts/ForeignCall.c