[Freeciv-Dev] Re: (PR#6223) improved die()
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: |
undisclosed-recipients: ; |
Subject: |
[Freeciv-Dev] Re: (PR#6223) improved die() |
From: |
"Per I. Mathisen" <per@xxxxxxxxxxx> |
Date: |
Tue, 23 Sep 2003 00:25:05 -0700 |
Reply-to: |
rt@xxxxxxxxxxxxxx |
On Mon, 22 Sep 2003, Morgan Jones wrote:
> > What compilers are freeciv compiled with on Amiga and VMS, BTW?
> The Amiga version (gui-mui) has been set up to compile with SAS/C or
> VBCC.
Do they support C99 variadic macros?
To figure that out, try to compile this:
#define test_me(...) printf(__VA_ARGS__)
int main(char *argv, int argc)
{
test_me("hello world");
}
- Per
[Freeciv-Dev] Re: (PR#6223) improved die(), Ilkka Lehtoranta, 2003/09/23
|
|