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

Unified Diff: utils/fixnum/fixnum.dart

Issue 10381133: Add 'fixnum' library to utils/ (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 months 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
« no previous file with comments | « no previous file | utils/fixnum/int32.dart » ('j') | utils/fixnum/int32.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/fixnum/fixnum.dart
diff --git a/utils/fixnum/fixnum.dart b/utils/fixnum/fixnum.dart
new file mode 100644
index 0000000000000000000000000000000000000000..6cc48ab0a1621976186497d391285ad887d2060a
--- /dev/null
+++ b/utils/fixnum/fixnum.dart
@@ -0,0 +1,8 @@
+// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
+#library('fixnum');
+#source('intx.dart');
+#source('int32.dart');
+#source('int64.dart');
« no previous file with comments | « no previous file | utils/fixnum/int32.dart » ('j') | utils/fixnum/int32.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698