]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg/BaseLib.h: state preprocessing conditions in comments after #endifs
authorLaszlo Ersek <lersek@redhat.com>
Thu, 1 Feb 2018 20:08:28 +0000 (21:08 +0100)
committerLaszlo Ersek <lersek@redhat.com>
Wed, 4 Apr 2018 14:43:43 +0000 (16:43 +0200)
"#endif" preprocessing directives near the top of "BaseLib.h" helpfully
repeat the preprocessing conditions from their matching "#if", "#ifdef",
and "#ifndef" directives. This practice has been less followed recently;
supplement the missing comments.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=866
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>

No differences found