autoconf
[Top][All Lists]
Advanced

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

Re: AC_PROG_CPP test fails


From: Akim Demaille
Subject: Re: AC_PROG_CPP test fails
Date: 15 Dec 2000 14:41:19 +0100
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands)

| The guilty line is:
| 
|       /* Support for flexible arrays.  */
|       #if __GNUC_PREREQ (2,97)
|       /* GCC 2.97 supports C99 flexible array members.  */
|       # define __flexarr      []
|       #else 
|       # ifdef __GNUC__
|       #  define __flexarr     [0]
|       # else
| ----> #  ifdef __STDC_VERSION__ && __STDC_VERSION__ >= 199901L
|       #   define __flexarr    []
|       #  else
|       /* Some other non-C99 compiler.  Approximate with [1].  */
|       #   define __flexarr    [1]
|       #  endif
|       # endif
|       #endif
| 
| I don't understand it.

Err, sorry I didn't actually switch my brains on again.  Sure I
understand...  I'm bug reporting this.



reply via email to

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