Promote varargs pointers to RESULT_TYPE_GPTR
authorKeith Packard <keithp@keithp.com>
Wed, 29 Apr 2009 15:06:31 +0000 (08:06 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 29 Apr 2009 15:10:23 +0000 (08:10 -0700)
commita38f33ebea19e30a1adc71fb457b4002c4c3c787
treea494548cc95db0b73247f21b10b51560b408e48a
parent15bebb5458d3dfc30d8dd147c0cc74e8a766f7d0
Promote varargs pointers to RESULT_TYPE_GPTR

The addition of the RESULT_TYPE_GPTR as distinct from RESULT_TYPE_NONE
was not propogated into the varargs function parameter handling code
resulting in non-generic pointers being passed to varargs functions.
src/SDCCast.c