Skip to content

Conversation

khwilliamson
Copy link
Contributor

We have modifiers like %z and %t to portably print items of the given type. This converts to use those in these files, removing casts that were previously used.

  • This set of changes does not require a perldelta entry.

We have modifiers like %z and %t to portably print items of the given
type.  This converts to use those in these files, removing casts that
were previously used.
Comment on lines 13150 to 13151
(IV)val,
(IV)(val - scan)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You left the (IV) casts in; do you need to remove them for %zd?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants