From 37adb2ae9cd11291254be667c56b3440566d8205 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sun, 17 Nov 2019 17:05:29 -0800 Subject: Start to document patch upstream status --- pkg/less/patch/0001-Remove-after-function-definition.patch | 1 + .../0002-Make-sure-public-functions-parameters-are-unaffected.patch | 1 + 2 files changed, 2 insertions(+) (limited to 'pkg/less') diff --git a/pkg/less/patch/0001-Remove-after-function-definition.patch b/pkg/less/patch/0001-Remove-after-function-definition.patch index db8658f0..2ab8a537 100644 --- a/pkg/less/patch/0001-Remove-after-function-definition.patch +++ b/pkg/less/patch/0001-Remove-after-function-definition.patch @@ -2,6 +2,7 @@ From 5c87a344bc528c1878708c5e497f0e8e1742b7d4 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Fri, 5 Jul 2019 22:05:36 -0700 Subject: [PATCH] Remove ';' after function definition +Upstream: f0475cce07567696a7cb9ac4da2119ce09195c1d The STR_TO_TYPE_FUNC macro expands to a function definition, so the ';' is treated as an empty top-level declaration, which is not valid in ISO C. diff --git a/pkg/less/patch/0002-Make-sure-public-functions-parameters-are-unaffected.patch b/pkg/less/patch/0002-Make-sure-public-functions-parameters-are-unaffected.patch index 53e1e179..13e33e27 100644 --- a/pkg/less/patch/0002-Make-sure-public-functions-parameters-are-unaffected.patch +++ b/pkg/less/patch/0002-Make-sure-public-functions-parameters-are-unaffected.patch @@ -3,6 +3,7 @@ From: Michael Forney Date: Fri, 5 Jul 2019 21:50:22 -0700 Subject: [PATCH] Make sure public functions parameters are unaffected by argument promotion +Upstream: 2436151e2c5c2f30e0071bcf0edaf376ba13c268 In order for a prototype declaration and non-prototype function definition to be compatible, the promoted type of the non-prototype -- cgit v1.2.3