Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connectionsPath: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Lawrence D'Oliveiro Newsgroups: comp.lang.c Subject: Re: Word For Today: =?UTF-8?B?4oCcVWdsaWZpY2F0aW9u4oCd?= Date: Tue, 12 Mar 2024 23:13:55 -0000 (UTC) Organization: A noiseless patient Spider Lines: 9 Message-ID: References: <20240312003531.349@kylheku.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Tue, 12 Mar 2024 23:13:55 -0000 (UTC) Injection-Info: dont-email.me; posting-host="71ae5262ccd34dd01afa45cb3ad06860"; logging-data="593942"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19Wv0cAOGu+UMLN6WG7WNE8" User-Agent: Pan/0.155 (Kherson; fc5a80b8) Cancel-Lock: sha1:9s28Nr3HXoI7Dy53Z7FLlWPCbJY= Bytes: 1494 On Tue, 12 Mar 2024 08:03:50 +0000, Richard Kettlewell wrote: > That’s true, but AFAICT it’s exactly what Lawrence is complaining about: > there’s nothing in the language spec to help those thousand other > libraries avoid name clashes. My specific complaint was about temporary names being used internal to library macros. It’s a problem that is essentially impossible to solve with string-based macro processors.