From 8a39ee361feb9bf46d728ff1ba4f07ca1d9610b1 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Thu, 19 Jun 2014 09:22:53 +0200 Subject: Imported Upstream version 1.3 --- include/plan9/amd64/u.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/plan9/amd64/u.h') diff --git a/include/plan9/amd64/u.h b/include/plan9/amd64/u.h index 090b2fa5c..c2d499938 100644 --- a/include/plan9/amd64/u.h +++ b/include/plan9/amd64/u.h @@ -13,3 +13,5 @@ typedef uint uint32; typedef vlong int64; typedef uvlong uint64; typedef vlong intptr; +typedef float float32; +typedef double float64; -- cgit v1.2.3