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)
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.


No differences found