bug-guile
[Top][All Lists]
Advanced

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

gh_ints2scm and const


From: Brett Viren
Subject: gh_ints2scm and const
Date: Tue, 13 Mar 2001 14:12:42 -0500 (EST)

Hello,

I think:

        gh_ints2scm(int* d, int n)

should be:

        gh_ints2scm(const int* d, int n)

As it is for, eg, gh_doubles2scm().

-Brett.



reply via email to

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