RE: C++ gnome code vs. gcc-2.95.1




On Wed, 6 Oct 1999, Marcin Gorycki wrote:
> ok, so this (kind of) solves the NULL thing. I will replace NULLs with 0s
> anyway, just to be sure. What about _() returning void* ? Anybody know
> what's going on there ? I don's know a thing about how it works, or even
> where exactly it is located :(
> 

_() is just gettext() which in my libintl.h looks like this:

extern char *gettext __P ((__const char *__msgid));

are you sure it's returning void*?

Havoc




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