File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,8 +139,8 @@ CPyTagged CPyTagged_Remainder_(CPyTagged left, CPyTagged right);
139139CPyTagged CPyTagged_BitwiseLongOp_ (CPyTagged a , CPyTagged b , char op );
140140CPyTagged CPyTagged_Rshift_ (CPyTagged left , CPyTagged right );
141141CPyTagged CPyTagged_Lshift_ (CPyTagged left , CPyTagged right );
142- PyObject * CPyTagged_ToBytes (CPyTagged self , Py_ssize_t length , PyObject * byteorder , int signed_flag )
143- PyObject * CPyLong_ToBytes (PyObject * v , Py_ssize_t length , const char * byteorder , int signed_flag )
142+ PyObject * CPyTagged_ToBytes (CPyTagged self , Py_ssize_t length , PyObject * byteorder , int signed_flag );
143+ PyObject * CPyLong_ToBytes (PyObject * v , Py_ssize_t length , const char * byteorder , int signed_flag );
144144
145145PyObject * CPyTagged_Str (CPyTagged n );
146146CPyTagged CPyTagged_FromFloat (double f );
You can’t perform that action at this time.
0 commit comments