Re: [edk2-devel] [PATCH 2/3] BaseTools: Replace duplicate __PcdSet prototype with __PcdGet

2023-03-23 Thread Rebecca Cran
Hi Liming, Could you review this patch please? I've dropped the 3rd patch which was running Uncrustify over the code, so this is the only one left before I can merge the series. Thanks. Rebecca Cran On 2/24/23 5:54 PM, Rebecca Cran wrote: Replace the duplicate __PcdSet prototype in

[edk2-devel] [PATCH 2/3] BaseTools: Replace duplicate __PcdSet prototype with __PcdGet

2023-02-24 Thread Rebecca Cran
Replace the duplicate __PcdSet prototype in PcdValueCommon.h with the prototype for __PcdGet. Signed-off-by: Rebecca Cran --- BaseTools/Source/C/Common/PcdValueCommon.h | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/BaseTools/Source/C/Common/PcdValueCommon.h