From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id 3A5273858CDB; Mon, 19 Feb 2024 20:44:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3A5273858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1708375468; bh=4NmuhM0jF8qlPKsHofXS/4HiduggkCsi/lxnOMkiGYw=; h=To:Subject:Date:From:From; b=IGXmonoWNYR4uZ/JYMem6iZ7vuSksTkGn+bOD9ahKZJaeeICZoeEtYYOWTdRhYiLA ymSi5wMODcDP2ff74YCpcjAz0wjzN58VvAbk1U0QKB9UF93Vx6qnjcYQqGb5Cjomei wq7/Zo/fE7hmxPrj/9CBFmx/41IUGkiLlITq7fvk= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. d472f751802f95635997649ea7ec71e4f725aa50 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 60dfe344b601a225cf477da1720517872175dd1a X-Git-Newrev: d472f751802f95635997649ea7ec71e4f725aa50 Message-Id: <20240219204428.3A5273858CDB@sourceware.org> Date: Mon, 19 Feb 2024 20:44:28 +0000 (GMT) From: Jonathan Wakely List-Id: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via d472f751802f95635997649ea7ec71e4f725aa50 (commit) from 60dfe344b601a225cf477da1720517872175dd1a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d472f751802f95635997649ea7ec71e4f725aa50 Author: Jonathan Wakely Date: Mon Feb 19 20:44:12 2024 +0000 Fix "using using" typo diff --git a/htdocs/gcc-14/porting_to.html b/htdocs/gcc-14/porting_to.html index 901a1653..35274691 100644 --- a/htdocs/gcc-14/porting_to.html +++ b/htdocs/gcc-14/porting_to.html @@ -146,7 +146,7 @@ standard C mode, which can result in implicit function declarations. To address this, the -std=c11 option can be dropped, -std=gnu11 can be used instead, or -std=c11 -D_DEFAULT_SOURCE can be used re-enable -common extensions. Alternatively, projects using using Autoconf +common extensions. Alternatively, projects using Autoconf could enable AC_USE_SYSTEM_EXTENSIONS.

----------------------------------------------------------------------- Summary of changes: htdocs/gcc-14/porting_to.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs