Fix error line numbers (due to tag additions).
authorRobert Bradshaw <robertwb@math.washington.edu>
Sat, 2 Apr 2011 17:50:18 +0000 (10:50 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Sat, 2 Apr 2011 17:50:18 +0000 (10:50 -0700)
commitc0c11c66bcdac4ee7c58904981d632e49132481c
treec9e0a26a5a9ccbe1f8a7c3aa7fca3b477710333b
parentf7d1c64f91dd9451b82cc76e36dd53e42bd3b5f7
Fix error line numbers (due to tag additions).
109 files changed:
tests/errors/break_outside_loop.pyx
tests/errors/buffertypedef_T117.pyx
tests/errors/builtin_type_inheritance.pyx
tests/errors/callargs.pyx
tests/errors/callingnonexisting_T307.pyx
tests/errors/cdef_members_T517.pyx
tests/errors/cdef_syntax.pyx
tests/errors/cdefoptargs.pyx
tests/errors/cdefspecial.pyx
tests/errors/cmethbasematch.pyx
tests/errors/continue_outside_loop.pyx
tests/errors/cpdef_syntax.pyx
tests/errors/cpp_no_constructor.pyx
tests/errors/cython3_bytes.pyx
tests/errors/declareafteruse_T158.pyx
tests/errors/def_nogil.pyx
tests/errors/e2_packedstruct_T290.pyx
tests/errors/e_addop.pyx
tests/errors/e_argdefault.pyx
tests/errors/e_ass.pyx
tests/errors/e_assnone.pyx
tests/errors/e_autotestdict.pyx
tests/errors/e_badexcvaltype.pyx
tests/errors/e_badfuncargtype.pyx
tests/errors/e_badpyparam.pyx
tests/errors/e_badtypeuse.pyx
tests/errors/e_bitop.pyx
tests/errors/e_boolcoerce.pyx
tests/errors/e_bufaccess.pyx
tests/errors/e_bufaccess2.pyx
tests/errors/e_callnonfunction.pyx
tests/errors/e_callspec.pyx
tests/errors/e_cdef_keywords_T241.pyx
tests/errors/e_cdef_missing_declarator.pyx
tests/errors/e_cdefassign.pyx
tests/errors/e_cdefemptysue.pyx
tests/errors/e_cenum.pyx
tests/errors/e_cmethbasematch.pyx
tests/errors/e_cmp.pyx
tests/errors/e_cstruct.pyx
tests/errors/e_ctypedefforward.pyx
tests/errors/e_ctypedefornot.pyx
tests/errors/e_declarations.pyx
tests/errors/e_del.pyx
tests/errors/e_directives.pyx
tests/errors/e_exceptclause.pyx
tests/errors/e_excvalfunctype.pyx
tests/errors/e_extweakref.pyx
tests/errors/e_generators.pyx
tests/errors/e_index.pyx
tests/errors/e_int_literals_py2.py
tests/errors/e_int_literals_py3.py
tests/errors/e_multass.pyx
tests/errors/e_nargs.pyx
tests/errors/e_nogilcmeth.pyx
tests/errors/e_nogilfunctype.pyx
tests/errors/e_nonlocal_T490.pyx
tests/errors/e_nosignword.pyx
tests/errors/e_notnone.pyx
tests/errors/e_notnone2.pyx
tests/errors/e_numop.pyx
tests/errors/e_packedstruct_T290.pyx
tests/errors/e_powop.pyx
tests/errors/e_pxdimpl.pyx
tests/errors/e_pyobinstruct.pyx
tests/errors/e_return.pyx
tests/errors/e_sizeofincomplete.pyx
tests/errors/e_slice.pyx
tests/errors/e_strcoerce.pyx
tests/errors/e_subop.pyx
tests/errors/e_switch.pyx
tests/errors/e_tempcast.pyx
tests/errors/e_undefexttype.pyx
tests/errors/e_unop.pyx
tests/errors/e_while.pyx
tests/errors/encoding.pyx
tests/errors/extclassattrsetting.pyx
tests/errors/extended_unpacking.pyx
tests/errors/extended_unpacking_parser.pyx
tests/errors/extended_unpacking_parser2.pyx
tests/errors/futurebraces.pyx
tests/errors/invalid_cast.pyx
tests/errors/invalid_hex_escape0.pyx
tests/errors/invalid_hex_escape1.pyx
tests/errors/invalid_uescape.pyx
tests/errors/invalid_uescape0.pyx
tests/errors/invalid_uescape2.pyx
tests/errors/literal_lists.pyx
tests/errors/missing_self_in_cpdef_method_T156.pyx
tests/errors/missing_self_in_cpdef_method_T165.pyx
tests/errors/nogil.pyx
tests/errors/nogilcmeth.pyx
tests/errors/nogilfunctype.pyx
tests/errors/nonconst_def.pyx
tests/errors/notcimportedT418.pyx
tests/errors/py_ucs4_type_errors.pyx
tests/errors/py_unicode_type_errors.pyx
tests/errors/pyobjcastdisallow_T313.pyx
tests/errors/return_outside_function_T135.pyx
tests/errors/se_badindent.pyx
tests/errors/se_badindent2.pyx
tests/errors/se_mixtabspace.pyx
tests/errors/se_multass.pyx
tests/errors/string_assignments.pyx
tests/errors/subtyping_final_class.pyx
tests/errors/tree_assert.pyx
tests/errors/typoT304.pyx
tests/errors/undefinedname.pyx
tests/errors/void_as_arg.pyx