[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNU M4 1.4.8b released (beta release)
From: |
Paul Eggert |
Subject: |
Re: GNU M4 1.4.8b released (beta release) |
Date: |
Fri, 16 Mar 2007 11:11:23 -0700 |
User-agent: |
Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) |
Eric Blake <address@hidden> writes:
> I tried finding something in POSIX or C99 that said that an implementation
> could provide long long without unsigned long long, but did not see
> anything obvious
C99 requires both types. C89 requires neither, and Tandem provides just
one of them as an extension to C89. That's allowed.
> Therefore, we can argue that Tandem is buggy
No, we could argue that only if we assumed C99, which we don't.
Maybe in 10 or 15 years we can assume C99, but by then the issue
will be moot, as newer Tandem releases support both.