Re: [perl #18565] [PATCH] Simple exception message improvement

2002-11-24 Thread Florian Weimer
Juergen Boemmels <[EMAIL PROTECTED]> writes: > Without varargs macros this is not really simple. (IIRC they are > introduced in C99, but are in gcc for years now). Indeed, C99 standardized them, but in a way that differs from GCC.

Re: [perl #18565] [PATCH] Simple exception message improvement

2002-11-21 Thread Juergen Boemmels
Leon Brocard (via RT) <[EMAIL PROTECTED]> writes: > (To be honest, it would be wonderful if exceptions gave you a line > number and code too, but let's keep it simple for now). Without varargs macros this is not really simple. (IIRC they are introduced in C99, but are in gcc for years now). This

[perl #18565] [PATCH] Simple exception message improvement

2002-11-21 Thread via RT
# New Ticket Created by Leon Brocard # Please include the string: [perl #18565] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=18565 > A minor change to aid debugging. (To be honest, it would be wonderful if exceptions gav