| Index: dart/pkg/fixnum/fixnum.dart
|
| diff --git a/dart/pkg/fixnum/fixnum.dart b/dart/pkg/fixnum/fixnum.dart
|
| index 837564cea3693b5a5ae16d9c89a4c92a62ac6898..a34ea631fbc142bc1cf908802ad630e23eab28d3 100644
|
| --- a/dart/pkg/fixnum/fixnum.dart
|
| +++ b/dart/pkg/fixnum/fixnum.dart
|
| @@ -2,8 +2,8 @@
|
| // 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;
|
| -import 'dart:math' as Math;
|
| -part 'intx.dart';
|
| -part 'int32.dart';
|
| -part 'int64.dart';
|
| +#library('fixnum');
|
| +#import('dart:math', prefix: 'Math');
|
| +#source('intx.dart');
|
| +#source('int32.dart');
|
| +#source('int64.dart');
|
|
|