tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] pp bug


From: Sergey Korshunoff
Subject: Re: [Tinycc-devel] pp bug
Date: Sun, 3 May 2015 05:04:07 +0300

> Is the current mob branch okay?
Yes.

> A test program:
> #define ACPI_TYPE_INVALID   0x1E
> #define NUM_NS_TYPES        ACPI_TYPE_INVALID+1
> extern const char acpi_gbl_ns_properties[NUM_NS_TYPES];
> int main() { return 0; }

The above is acpi code from 2.4.26. In the new kernels we have
#define NUM_NS_TYPES        (ACPI_TYPE_INVALID + 1)

Looks like some other C compilers have a problems with this too.



reply via email to

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