mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2025-01-28 22:30:13 +00:00
6ba6ad549f
This is necessary to work correctly if the last fixed argument is of type double and #pragma extensions bit 1 is clear. It will also be necessary for C23, where va_start does not require the LastFixedParm argument. (For now, however, we stick with the pre-C23 definition of va_start where that argument needs to be supplied, even though it is now ignored.)