Chromium Code Reviews| Index: lib/fixnum/fixnum.dart |
| diff --git a/lib/fixnum/fixnum.dart b/lib/fixnum/fixnum.dart |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..6cc48ab0a1621976186497d391285ad887d2060a |
| --- /dev/null |
| +++ b/lib/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'); |