gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] gcc-3.3


From: Camm Maguire
Subject: [Gcl-devel] gcc-3.3
Date: 03 Jan 2003 16:31:41 -0500

Greetings!  Just a heads up that it looks like gcc-3.3 and later will
no longer support varargs, which in turn means we need to complete the
port to ansi stdarg.  Trivial change except when zero args are passed
via varargs, which is impossible with stdarg.  Easiest fix is to add a
dummy arg to *every* call.  Best is to have the compiler specially
treat the zero arg case.  Thoughts welcome.  This is probably the
highest priority at present, but I'll probably try to get Peter's
error stuff in first.

Take care,

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

[Prev in Thread] Current Thread [Next in Thread]