This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

gh_*() funcs don't take const char*


Hello,

Many of the gh_*() functions in gh.h take a char* instead of a const
char*.  This tends to mess up C++ compiliers which object to converting
const char* to char*.  I had a quick look at the sources and it seems okay
to change gh_str02scm() and gh_str2scm() to accept const char*.  I didn't
look at any of the other functions.

David Vrabel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]