]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add back the removed pair of "#ifndef VA_START" and "#endif" in recent check-in to...
authorrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 23 Jun 2010 06:55:56 +0000 (06:55 +0000)
committerrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 23 Jun 2010 06:55:56 +0000 (06:55 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10595 6f19259b-4bc3-4df7-8a09-765794883524

EdkCompatibilityPkg/Foundation/Include/EfiStdArg.h

index bbec17b6e0d9d59b7e91b021a2c98023627a12c2..69b4567ae3faeb5981356179e394c105d0d9e34e 100644 (file)
@@ -108,6 +108,9 @@ typedef __builtin_va_list VA_LIST;
 #define VA_END(Marker)               __builtin_va_end (Marker)\r
 \r
 #else\r
+\r
+#ifndef VA_START\r
+\r
 ///\r
 /// Variable used to traverse the list of arguments. This type can vary by \r
 /// implementation and could be an array or structure. \r
@@ -165,3 +168,5 @@ typedef CHAR8 *VA_LIST;
 #endif\r
 \r
 #endif\r
+\r
+#endif\r