iso varargs fix



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]