]> git.proxmox.com Git - mirror_edk2.git/commit
AppPkg: Replace all occurrences of ` within comments with '.
authorDaryl McDaniel <edk2-lists@mc2research.org>
Tue, 3 Nov 2015 18:58:06 +0000 (18:58 +0000)
committerdarylm503 <darylm503@Edk2>
Tue, 3 Nov 2015 18:58:06 +0000 (18:58 +0000)
commite5cffcad87b4d8a32e64def9663535f9cfc349a6
treec875ad85ee6fb0f43f7643f925209b68de5c1462
parentefcc052bdf1fe143f40dd87d98f176de4de82084
AppPkg: Replace all occurrences of ` within comments with '.

Within the Ia32 and X64 pyconfig.h files, there are 178 occurrences
of an accent character, `, being used instead of a regular single quote, ',
within comments.

Example:
    OLD:  `foobar'
    NEW: 'foobar'

The same changes are applied to both
AppPkg/Applications/Python/Ia32/pyconfig.h and
AppPkg/Applications/Python/X64/pyconfig.h.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Daryl McDaniel <edk2-lists@mc2research.org>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Erik Bjorge <erik.c.bjorge@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18724 6f19259b-4bc3-4df7-8a09-765794883524
AppPkg/Applications/Python/Ia32/pyconfig.h
AppPkg/Applications/Python/X64/pyconfig.h