File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -416,12 +416,15 @@ BEGIN { $build_subclass->(
416
416
' alias_clash_hinted' , # Bool: an ALIAS warn-hint has been emitted.
417
417
418
418
# Maintain the INTERFACE parsing state across potentially multiple
419
- # INTERFACE keywords and or lines:
419
+ # INTERFACE keywords and/ or lines:
420
420
421
421
' map_interface_name_short_to_original' , # Hash: for each INTERFACE
422
422
# name, map the short (PREFIX removed) name
423
423
# to the original name.
424
424
425
+ # Maintain the OVERLOAD parsing state across potentially multiple
426
+ # OVERLOAD keywords and/or lines:
427
+
425
428
' overload_name_seen' , # Hash of Bools: indicates overload method
426
429
# names (such as '<=>') which have been
427
430
# listed by OVERLOAD (for newXS boot code
You can’t perform that action at this time.
0 commit comments