libunwind-devel
[Top][All Lists]
Advanced

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

Re: [libunwind] C++ and libunwind


From: David Mosberger
Subject: Re: [libunwind] C++ and libunwind
Date: Tue, 27 Apr 2004 18:20:22 -0700

>>>>> On Tue, 27 Apr 2004 13:44:22 -0500 (CDT), Todd L Miller <address@hidden> 
>>>>> said:

  Todd> In include/libunwind-dynamic.h, I've had to alter the macro
  Todd> _U_dyn_op, because it doesn't compile with g++ (3.3.3):

  Todd> #define _U_dyn_op(_t, _q, _w, _r, _v)       \
  Todd> ((unw_dyn_op_t) {           \
  Todd> (_t),             \
  Todd> (_q),             \
  Todd> (_r),             \
  Todd> (_w),             \
  Todd> (_v)              \
  Todd> })

  Todd> The current macro seems to use C99-style initializers, which apparently
  Todd> don't play nicely with C++.  Would it be a problem to change this for
  Todd> the next release?

Yes, this was an oversight.  I fixed this now.  Thanks for catching this.

        --david


reply via email to

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