autoconf-patches
[Top][All Lists]
Advanced

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

Re: [Bruno Haible <address@hidden>] _AC_COMPUTE_INT forgets to include s


From: Bruno Haible
Subject: Re: [Bruno Haible <address@hidden>] _AC_COMPUTE_INT forgets to include stdio.h, stdlib.h
Date: Mon, 17 Sep 2001 15:07:08 +0200 (CEST)

Paul Eggert writes:

> 2001-09-13  Paul Eggert  <address@hidden>
> 
>       * aclang.m4: (AC_LANG_INT_SAVE(C)): Convert to `long', not
>       `int', to handle more integers.

Actually, since you don't output the result with an 'L' suffix, the
range of integers it handles is the same as the 'int' range. This part
of the patch is therefore a nop.

But please don't add an 'L' unconditionally. In many cases (e.g. the
EILSEQ case this thread started with) the value is an 'int'.

Bruno



reply via email to

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