guile-user
[Top][All Lists]
Advanced

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

Re: Porting guile-xlib


From: Mark Witmer
Subject: Re: Porting guile-xlib
Date: Sun, 27 Jan 2013 09:48:01 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

I found something farily obvious that will help with a lot of these
kinds of questions; methods like "scm_i_makinum" were accessed via
macros, so the macro (SCM_MAKINUM) is what I had to search for in the
old manuals.

Am I safe to use "scm_from_int" in its place and other general SCM
numeric functions instead of the immediate number ones? These seem to
make up a large number of the deprecated functions in use by this
library.

Mark



reply via email to

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