iso varargs fix
- From: James Henstridge <james daa com au>
- To: <gtk-devel-list gnome org>
- Subject: iso varargs fix
- Date: Tue, 29 May 2001 19:11:10 +0800 (WST)
I just noticed that the latest ISO varargs fix broke the build for the non
ISO varargs case. The following was in gmessages.h:
#ifdef G_HAVE_ISO_VARARGS
which now always evaluates true. I made the obvious fix and checked it
into CVS:
#if G_HAVE_ISO_VARARGS
I haven't checked if there are other occurences of G_HAVE_ISO_VARARGS that
need to be fixed because of the change.
James.
--
Email: james daa com au
WWW: http://www.daa.com.au/~james/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]