Re: [edk2] [Patch] BaseTools/Trim: Fix the bug for stripping when no line directive in file

2016-02-18 Thread Gao, Liming
Reviewed-by: Liming Gao -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Yonghong Zhu Sent: Wednesday, February 17, 2016 6:33 PM To: edk2-devel@lists.01.org Subject: [edk2] [Patch] BaseTools/Trim: Fix the bug for stripping

[edk2] [Patch] BaseTools/Trim: Fix the bug for stripping when no line directive in file

2016-02-17 Thread Yonghong Zhu
when no line directive in file, the tool still need to strip the typedef statement (eg: typedef struct, typedef union ..). Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Yonghong Zhu --- BaseTools/Source/Python/Trim/Trim.py | 37