File tree Expand file tree Collapse file tree 4 files changed +3
-5
lines changed
com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 41
41
package com .oracle .graal .python .builtins .objects .cext ;
42
42
43
43
import static com .oracle .graal .python .builtins .objects .cext .NativeMemberNames .NB_ADD ;
44
- import static com .oracle .graal .python .builtins .objects .cext .NativeMemberNames .NB_SUBTRACT ;
45
44
import static com .oracle .graal .python .builtins .objects .cext .NativeMemberNames .NB_AND ;
46
45
import static com .oracle .graal .python .builtins .objects .cext .NativeMemberNames .NB_FLOOR_DIVIDE ;
47
46
import static com .oracle .graal .python .builtins .objects .cext .NativeMemberNames .NB_INDEX ;
53
52
import static com .oracle .graal .python .builtins .objects .cext .NativeMemberNames .NB_SUBTRACT ;
54
53
import static com .oracle .graal .python .builtins .objects .cext .NativeMemberNames .NB_TRUE_DIVIDE ;
55
54
import static com .oracle .graal .python .nodes .SpecialMethodNames .__ADD__ ;
56
- import static com .oracle .graal .python .nodes .SpecialMethodNames .__SUB__ ;
57
55
import static com .oracle .graal .python .nodes .SpecialMethodNames .__AND__ ;
58
56
import static com .oracle .graal .python .nodes .SpecialMethodNames .__FLOORDIV__ ;
59
57
import static com .oracle .graal .python .nodes .SpecialMethodNames .__IADD__ ;
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2017, 2018 , Oracle and/or its affiliates.
2
+ * Copyright (c) 2017, 2019 , Oracle and/or its affiliates.
3
3
* Copyright (c) 2013, Regents of the University of California
4
4
*
5
5
* All rights reserved.
Original file line number Diff line number Diff line change 1
1
# coding=utf-8
2
- # Copyright (c) 2018, Oracle and/or its affiliates.
2
+ # Copyright (c) 2018, 2019, Oracle and/or its affiliates.
3
3
# Copyright (c) 2017, The PyPy Project
4
4
#
5
5
# The MIT License
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
1
+ # Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
2
2
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3
3
#
4
4
# The Universal Permissive License (UPL), Version 1.0
You can’t perform that action at this time.
0 commit comments