-
Notifications
You must be signed in to change notification settings - Fork 597
[Win32] Define I_STDCKDINT and $Config{i_stdckdint} when appropriate. #23813
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I actually don't have anything against backticks in void context.
Note the absence of Actually,I usually do "int main(void)" and thought of making that change but didn't get around to it, having deemed it be of no importance. Anyway, I'll make the suggested changes. Such pedantry is a little annoying, but not a big issue for me. The main issue, for me, is having to then squash the commits - which is where I came undone in my first effort with this PR.
Someone please let me know if that's not right. (I'll wait for a couple of days before running it.) That mantra is something I think I've run before on a couple of occasions with good results - but I'm yet to properly comprehend what's going on here. I also wonder whether I will need to re-run |
Honestly, if you think the C comments are just nitpicking, I'm fine with leaving things as they are, especially considering the "justifying precedent": Keeping new code consistent with existing code can also be very useful. I should have said so in the first place and I apologize. But you already put in the effort, so here's what I do for squashing:
That's it. You shouldn't need to reset anything or re-enter a commit message. ¹ Actually create new history and move branch labels around. The old commits are still there (at least for a week or two) and can be viewed with |
For context and further info see: Perl#23703
91981bc
to
d22ad6e
Compare
Thanks for the help @mauke. |
This PR replaces #23777 (which I botched and closed).
In conjunction with (the already merged) #23703, it will define $Config{i_stdckdint} and I_STDCKDINT on Windows builds of perl whenever stdckdint.h is locatable and functional.