Complete.Org: Mailing Lists: Archives: freeciv-dev: February 2003:
[Freeciv-Dev] Re: (PR#3427) Remove noreturn attribute
Home

[Freeciv-Dev] Re: (PR#3427) Remove noreturn attribute

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: rf13@xxxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#3427) Remove noreturn attribute
From: "Reinier Post" <rp@xxxxxxxxxx>
Date: Thu, 27 Feb 2003 09:19:18 -0800
Reply-to: rt@xxxxxxxxxxxxxx

> 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



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