[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Skip initial expansion of valid array reference tokens in un
From: |
konsolebox |
Subject: |
Re: [PATCH] Skip initial expansion of valid array reference tokens in unset |
Date: |
Tue, 20 Apr 2021 09:58:17 +0800 |
On Tue, Apr 20, 2021 at 9:35 AM Koichi Murase <myoga.murase@gmail.com> wrote:
> In addition, you need to change `1 << 31' to `1u << 31'. The literal
> `1' has the type `(signed) int'. One needs to use `1u'---the literal
> of the type `unsigned int'.
I see, but I think I'll just skip that as I would also have to modify
other declarations for consistency. I think the code is already good
enough for a proof of concept at least.
--
konsolebox