guile-devel
[Top][All Lists]
Advanced

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

Re: How do I determine the argument type...


From: Bruce Korb
Subject: Re: How do I determine the argument type...
Date: Fri, 09 May 2003 20:31:54 -0700

Bruce Korb wrote:
> 
> The problem is with gh_scm2newstr:
> 
>     size_t  len;
>     char*   pz = gh_scm2newstr( str, &len );
> 
> This is a problem on a platform where the argument is actually
> int* and the platform is I32LP64.  i.e., the size_t is 64 bits.
> Since other versions of the library use size_t, I think I'm
> pretty much hosed without using an scm2newstr_size_t :-(

P.S. please change the interface name when you change arg lists.




reply via email to

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