Skip to content

Commit 96d731b

Browse files
committed
fix typo in last commit
1 parent 58968ff commit 96d731b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate-location-c.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def generate_location():
6767
typename='PyGccLocation')
6868
getsettable.add_simple_getter(cu,
6969
'in_system_header',
70-
'PyBool_FromLong(gcc_location_in_system_header_at(self->loc))',
70+
'PyBool_FromLong(gcc_location_get_in_system_header(self->loc))',
7171
'Boolean: is this location within a system header?')
7272
cu.add_defn(getsettable.c_defn())
7373

0 commit comments

Comments
 (0)