emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Copying one Lisp_Object to another in C code?


From: Stefan Monnier
Subject: Re: Copying one Lisp_Object to another in C code?
Date: Mon, 05 Jul 2010 00:29:39 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> I presume GCPRO1 (foo) is in order either way?

You may either need GCPRO1(foo) or GCPRO1(bar) or GCPRO2(foo, bar), or
nothing at all.  It all depends on what the rest of the code does.


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]