This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

module/name lookup confusion



ok...  I just checked out the latest guile, and my code stopped
working, because I have some scheme define's that I try to gh_lookup,
and now with the defines being in the guile-user module, the gh_lookup 
isn't looking up in the same module...

so....  How do I get a something for the first (vec) argument in
gh_module_lookup?