[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AC_C_PROTOTYPES and CC=g++
From: |
Kevin Ryde |
Subject: |
Re: AC_C_PROTOTYPES and CC=g++ |
Date: |
Tue, 16 Apr 2002 10:54:04 +1000 |
User-agent: |
Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.1 (i386-debian-linux-gnu) |
Akim Demaille <address@hidden> writes:
>
> A proper ANSI C compiler still accepts K&R code.
Yes, though I guess I just wondered why a test for ansi-ness would
need to exercise the k&r features.
> So I'd suggest that you wrap this with __cplusplus and probably
> __STDC__ too.
Version with __cplusplus below.
c.m4.ansitest2.diff
Description: Source code patch