Skip to content

Commit fec16c7

Browse files
committed
ParseXS: refactor: tweak some code comments
1 parent 9a808ad commit fec16c7

File tree

1 file changed

+4
-1
lines changed
  • dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS

1 file changed

+4
-1
lines changed

dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Node.pm

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,12 +416,15 @@ BEGIN { $build_subclass->(
416416
'alias_clash_hinted', # Bool: an ALIAS warn-hint has been emitted.
417417

418418
# Maintain the INTERFACE parsing state across potentially multiple
419-
# INTERFACE keywords and or lines:
419+
# INTERFACE keywords and/or lines:
420420

421421
'map_interface_name_short_to_original', # Hash: for each INTERFACE
422422
# name, map the short (PREFIX removed) name
423423
# to the original name.
424424

425+
# Maintain the OVERLOAD parsing state across potentially multiple
426+
# OVERLOAD keywords and/or lines:
427+
425428
'overload_name_seen', # Hash of Bools: indicates overload method
426429
# names (such as '<=>') which have been
427430
# listed by OVERLOAD (for newXS boot code

0 commit comments

Comments
 (0)