Path: csiph.com!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: Keith Thompson Newsgroups: comp.lang.c++ Subject: Re: Examples of current platforms/architectures where sizeof(void*) > Date: Sun, 12 Sep 2021 19:10:32 -0700 Organization: None to speak of Lines: 23 Message-ID: <87fsu9dy3r.fsf@nosuchdomain.example.com> References: <87a6kuhchx.fsf@nosuchdomain.example.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader02.eternal-september.org; posting-host="e83d81b25f2da6d9984af3eca4a24311"; logging-data="19833"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18A0DY1BkodJVbEAGJD3c8S" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) Cancel-Lock: sha1:PEJh3tRbCy4N9SCn2AeDd1r2dM0= sha1:VWtu2StROBE44XxKBapNpLM1EJU= Xref: csiph.com comp.lang.c++:81230 Manfred writes: [...] > Yes, for the record the page that I linked is not about a specific > version of 'make', it is part of the GNU make online manual. The link you posted was: https://www.gnu.org/software/make/manual/html_node/Automatic-Prerequisites.html The URL doesn't refer to a particular version of GNU make, but I believe it will always refer to the latest version of the manual. If you go up a couple of levels, it says: This is Edition 0.75, last updated 17 January 2020, of The GNU Make Manual, for GNU make version 4.3. I expect that when 4.4 is released the URL will refer to a newer version of the manual. -- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com Working, but not speaking, for Philips void Void(void) { Void(); } /* The recursive call of the void */