Author Topic: [RESOLVED] @/& Pointers in Unprototyped Calls?  (Read 3163 times)

0 Members and 2 Guests are viewing this topic.

Mike Lobanovsky

  • Guest
Re: [RESOLVED] @/& Pointers in Unprototyped Calls?
« Reply #15 on: March 22, 2018, 10:11:39 PM »
Charles,

I knew it! I said you're DA man! 8)

Thank you, that'll be pretty much enough to implement what I have in mind. Allow me some time to find my way around the competitor's environment. ;)

JRS

  • Guest
Re: [RESOLVED] @/& Pointers in Unprototyped Calls?
« Reply #16 on: March 22, 2018, 10:19:54 PM »
Quote
Variadic functions are now fixed, and use similar rules.

Is this fix transparent to DLLC? SB uses variadic functions/subs exclusively.

Charles Pegge

  • Guest
Re: [RESOLVED] @/& Pointers in Unprototyped Calls?
« Reply #17 on: March 22, 2018, 10:32:05 PM »

Yes, this is a minor fix, and DLLC doesn't use compile-level variadic functions. Their use is quite limited. Functions like printf and scanf require this feature.