We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58968ff commit 96d731bCopy full SHA for 96d731b
generate-location-c.py
@@ -67,7 +67,7 @@ def generate_location():
67
typename='PyGccLocation')
68
getsettable.add_simple_getter(cu,
69
'in_system_header',
70
- 'PyBool_FromLong(gcc_location_in_system_header_at(self->loc))',
+ 'PyBool_FromLong(gcc_location_get_in_system_header(self->loc))',
71
'Boolean: is this location within a system header?')
72
cu.add_defn(getsettable.c_defn())
73
0 commit comments