RE: C++ gnome code vs. gcc-2.95.1
- From: Havoc Pennington <hp redhat com>
- To: Marcin Gorycki <mgo olicom dk>
- cc: "'James Henstridge'" <james daa com au>, "'gnome'" <gnome-list gnome org>
- Subject: RE: C++ gnome code vs. gcc-2.95.1
- Date: Wed, 6 Oct 1999 11:50:41 -0400 (EDT)
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]