Rafael Garcia-Suarez wrote: >Steve Hay wrote: > > >>>Thanks, applied as change #25171 to bleadperl. >>> >>> >>> >>This change causes tons of warnings like >> >> not enough actual parameters for macro 'SVf_' >> >>on Win32. >> >>This is the bit of perl.h that causes them all: >> >>#ifndef SVf_ >># define SVf_(n) "-" #n "p" >>#endif >> >>#ifndef SVf >># define SVf SVf_() >>#endif >> >>Neither SVf_ nor SVf are initially defined, so you can see what the >>problem is. >> >>Can this be fixed? If not then perhaps revert that part of the change. >> >> > >You mean like this ? : look ok to me > Yep, that fixes it. Applied as 25174.
(Thanks also to Robin who suggested the same fix.) ------------------------------------------------ Radan Computational Ltd. The information contained in this message and any files transmitted with it are confidential and intended for the addressee(s) only. If you have received this message in error or there are any problems, please notify the sender immediately. The unauthorized use, disclosure, copying or alteration of this message is strictly forbidden. Note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of Radan Computational Ltd. The recipient(s) of this message should check it and any attached files for viruses: Radan Computational will accept no liability for any damage caused by any virus transmitted by this email.