unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* How do I determine the argument type...
@ 2003-05-10  3:27 Bruce Korb
  2003-05-10  3:31 ` Bruce Korb
  2003-05-17 20:14 ` Marius Vollmer
  0 siblings, 2 replies; 13+ messages in thread
From: Bruce Korb @ 2003-05-10  3:27 UTC (permalink / raw)



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 :-(


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2003-06-11 22:33 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-10  3:27 How do I determine the argument type Bruce Korb
2003-05-10  3:31 ` Bruce Korb
2003-05-17 20:14 ` Marius Vollmer
2003-05-17 21:16   ` Bruce Korb
2003-05-18  1:57     ` Marius Vollmer
2003-05-18  2:59       ` Bruce Korb
2003-05-19  0:07       ` Kevin Ryde
2003-05-19  0:34         ` Bruce Korb
2003-05-19  0:47           ` Kevin Ryde
2003-05-19  1:44             ` Bruce Korb
2003-06-01 18:45         ` Marius Vollmer
2003-06-01 20:07           ` Bruce Korb
2003-06-11 22:33           ` Kevin Ryde

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).