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]

Re: setting a variable to a value from C?


On 6 Nov 1998, Russ McManus wrote:

> I'm trying to do stuff like this:
> 
>     SCM pair;
>     pair = scm_intern0("*current-ui*");
>     SCM_SETCDR(pair, ui_box(ui));
> 

pair = SCM_CDR(scm_intern0("*current-ui*"));


> --
> "It's logic Jim, but not as we know it."
> 

	Jay Glascoe
	jglascoe@jay.giss.nasa.gov