diff options
Diffstat (limited to 'libgo/go/math/big/arith_decl.go')
-rw-r--r-- | libgo/go/math/big/arith_decl.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgo/go/math/big/arith_decl.go b/libgo/go/math/big/arith_decl.go index 5433b6d61d4..553883394f0 100644 --- a/libgo/go/math/big/arith_decl.go +++ b/libgo/go/math/big/arith_decl.go @@ -2,6 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// +build ignore // +build !math_big_pure_go package big |