From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2119) id A4705385734F; Sat, 17 Jun 2023 18:02:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A4705385734F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1687024920; bh=YiIqQfV3xi1IjHR9pJ3y0Zgs80Q2X6BXC+GjOgyJBRs=; h=To:Subject:Date:From:From; b=ZAJyUPgL2JaW99BrT59s+6g+/59JZFr98aIYgfRhAh+F1MS4GCUEX9XVX+DyeMffm fKnsCaHwHXRHf1Z/ZZjiWY+xibGvHzueUKNMj6tZBiK3ZTk5Pzy9Oc9n7Gya21j4Un N1jdlnoM1ZKx2CRFLqJZfOk0Wm6UbWnB6NRZul84= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. f6bf76c21963f965ed46faa8dca49f6666481099 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 3b8f9b1283c8d77da28f34ff3383a454f5b2ee93 X-Git-Newrev: f6bf76c21963f965ed46faa8dca49f6666481099 Message-Id: <20230617180200.A4705385734F@sourceware.org> Date: Sat, 17 Jun 2023 18:02:00 +0000 (GMT) From: Jeff Law 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 f6bf76c21963f965ed46faa8dca49f6666481099 (commit) from 3b8f9b1283c8d77da28f34ff3383a454f5b2ee93 (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 f6bf76c21963f965ed46faa8dca49f6666481099 Author: Jivan Hakobyan Date: Sat Jun 17 12:01:13 2023 -0600 Fix link to README.Portability. diff --git a/htdocs/codingconventions.html b/htdocs/codingconventions.html index 9b6d243d..f5a356a8 100644 --- a/htdocs/codingconventions.html +++ b/htdocs/codingconventions.html @@ -252,7 +252,7 @@ and require at least an ANSI C89 or ISO C90 host compiler. C code should avoid pre-standard style function definitions, unnecessary function prototypes and use of the now deprecated PARAMS macro. See README.Portability +href="https://gcc.gnu.org/git/?p=gcc.git;a=blob_plain;f=gcc/README.Portability">README.Portability for details of some of the portability problems that may arise. Some of these problems are warned about by gcc -Wtraditional, which is included in the default warning options in a bootstrap. ----------------------------------------------------------------------- Summary of changes: htdocs/codingconventions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs