Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Unified Diff: runtime/vm/globals.h

Issue 8429027: Add an external array type to support typed arrays. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Make loads and stores byte relative Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/vm/globals.h
diff --git a/runtime/vm/globals.h b/runtime/vm/globals.h
index d2cb08398b779a1e9e557a5fcca20bfa8f06bf9e..9703f59b29eb5fe0dec00ee0214bec635482bb9f 100644
--- a/runtime/vm/globals.h
+++ b/runtime/vm/globals.h
@@ -33,6 +33,7 @@
#include <stdint.h>
#endif
+#include <float.h>
Ivan Posva 2011/11/10 22:31:02 What is this used for?
cshapiro 2011/11/11 00:37:53 {DBL,FLT}_{MIN,MAX} I can move this in to the tes
#include <math.h>
#include <openssl/bn.h>
#include <stdarg.h>

Powered by Google App Engine
This is Rietveld 408576698