|
From: | arnold |
Subject: | Re: [Tinycc-devel] [bootstrappable] Re: wip-full-source-bootstrap: from a 357-byte `hex0' to 'hello' |
Date: | Fri, 08 Jan 2021 01:05:07 -0700 |
User-agent: | Heirloom mailx 12.5 7/5/10 |
Jan Nieuwenhuizen <janneke@gnu.org> wrote: > to the gawk-mesbot0 recipe also fixes "inc.awk". The pre > increment/decrement code looks like this: > > --8<---------------cut here---------------start------------->8--- > *lhs = make_number(lval + > (tree->type == Node_preincrement ? 1.0 : -1.0)); > > --8<---------------cut here---------------end--------------->8--- What in the world? That looks like gawk 3.x code, which is terribly ancient. What project is still using a version that old? Arnold (The gawk maintainer)
[Prev in Thread] | Current Thread | [Next in Thread] |