This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug math/205] math/bits/mathcalls.h contains empty macro arguments


------- Additional Comments From gotom at debian dot or dot jp  2004-06-05 19:30 -------
It's true that empty macro arguments is allowed in C99 firstly.
I guess this breaks some other compilers like tendra, but at 
the same time I wonder this type of macro is used for a long time.

I think to fix this problem is simply introduce the another define 
not to use empty macro arguments.  For example, define __MATHCALLF
does not use suffix and do:
   __MATHCALLF (acos, (_Mdouble_ __x));
instead of 
   __MATHCALL (acos,, (_Mdouble_ __x));
Andreas, is it sufficient?


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|gotom at debian dot or dot  |aj at suse dot de
                   |jp                          |
          Component|libc                        |math


http://sources.redhat.com/bugzilla/show_bug.cgi?id=205

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]