]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/AutoGen/UniClassObject.py
BaseTools: Fix a bug that UNI file can't have comment after #include "file.uni"
authorYingke Liu <yingke.d.liu@intel.com>
Tue, 23 Jun 2015 06:52:12 +0000 (06:52 +0000)
committeryingke <yingke@Edk2>
Tue, 23 Jun 2015 06:52:12 +0000 (06:52 +0000)
commit45265a86142fe8259d2b2ba279b1b7b0da814993
tree25db0d7767797dc487e1ef78ae615f6430a81898
parent09ae0f111332895581084907d14353fe546a5b3a
BaseTools: Fix a bug that UNI file can't have comment after #include "file.uni"

The 'include' regular expression cannot match spaces before or after this statement.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yingke Liu <yingke.d.liu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17680 6f19259b-4bc3-4df7-8a09-765794883524
BaseTools/Source/Python/AutoGen/UniClassObject.py