|
From: | Óscar Fuentes |
Subject: | Re: doesn't this look incorrect? |
Date: | Mon, 28 Nov 2022 06:26:19 +0100 |
User-agent: | Gnus/5.13 (Gnus v5.13) |
Christopher Plewright <chris@createng.com> writes: > See Lines 9733 to 9735: in emacs: src/w32fns.c > > static int isdead = 0; > > if (isdead == 2) > > This is apparently a mistake. I don't think so. See what `static' means for a variable declaration inside a function.
[Prev in Thread] | Current Thread | [Next in Thread] |