[Freeciv-Dev] Re: (PR#3427) Remove noreturn attribute
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
> So if you have access to other compilers please test and report the
> results.
/tmp % cat vargs.c
#define x(...) #__VA_ARGS__
x(a,b)
/tmp % cc -E vargs.c
# 1 "vargs.c"
"vargs.c", line 1: invalid token in #define macro parameters: ...
# 2
x(a,b)
#ident "acomp: WorkShop Compilers 5.0 98/12/15 C 5.0"
cc: acomp failed for vargs.c
/tmp %
(This is Sun Forte C 5.0.)
I do not see a compiler option for anything related to
variadic arguments or C99.
--
Reinier
[Freeciv-Dev] (PR#3427) Remove noreturn attribute, Jason Short, 2003/02/27
- Message not available
- [Freeciv-Dev] Re: (PR#3427) Remove noreturn attribute, Raimar Falke, 2003/02/27
- Message not available
- [Freeciv-Dev] Re: (PR#3427) Remove noreturn attribute, Jason Short, 2003/02/27
- Message not available
- [Freeciv-Dev] Re: (PR#3427) Remove noreturn attribute, Raimar Falke, 2003/02/27
- [Freeciv-Dev] Re: (PR#3427) Remove noreturn attribute, Mike Kaufman, 2003/02/27
- Message not available
- [Freeciv-Dev] Re: (PR#3427) Remove noreturn attribute,
Reinier Post <=
- Message not available
- [Freeciv-Dev] Re: (PR#3427) Remove noreturn attribute, Raimar Falke, 2003/02/28
- Message not available
- [Freeciv-Dev] Re: (PR#3427) Remove noreturn attribute, Jason Short, 2003/02/28
- Message not available
- [Freeciv-Dev] Re: (PR#3427) Remove noreturn attribute, Raimar Falke, 2003/02/28
|
|