]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/LibC/gdtoa/gdtoa.h
StdLib: The formatting for double float values, within the gdtoa library, is improper.
[mirror_edk2.git] / StdLib / LibC / gdtoa / gdtoa.h
index 82f126caf2462e256be52c536e380927eae99ffe..8617a57409108dcc3f9ca9637fe5b18be2a92f0b 100644 (file)
@@ -1,6 +1,13 @@
-/* $NetBSD: gdtoa.h,v 1.6.4.1.4.1 2008/04/08 21:10:55 jdc Exp $ */\r
+/** @file\r
 \r
-/****************************************************************\r
+  Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
+  This program and the accompanying materials are licensed and made available under\r
+  the terms and conditions of the BSD License that accompanies this distribution.\r
+  The full text of the license may be found at\r
+  http://opensource.org/licenses/bsd-license.\r
+\r
+  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
 The author of this software is David M. Gay.\r
 \r
@@ -26,6 +33,8 @@ IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF\r
 THIS SOFTWARE.\r
 \r
+  $NetBSD: gdtoa.h,v 1.6.4.1.4.1 2008/04/08 21:10:55 jdc Exp\r
+\r
 ****************************************************************/\r
 \r
 /* Please send bug reports to David M. Gay (dmg at acm dot org,\r
@@ -38,10 +47,10 @@ THIS SOFTWARE.
 #include "arith.h"\r
 \r
 #ifndef Long\r
-#define Long EFI_LONG_T\r
+#define Long int32_t\r
 #endif\r
 #ifndef ULong\r
-#define ULong EFI_ULONG_T\r
+#define ULong uint32_t\r
 #endif\r
 #ifndef UShort\r
 #define UShort uint16_t\r