When using GCC on AMD64 and PPC, ECPGget_variable() takes a va_list *, not

Neil Conway <neilc@samurai.com>

Commit: afe91cae6c45f5f06881651e6cea35972a0d4586
Author: Neil Conway <neilc@samurai.com>
Date: 2006-01-15T22:47:10Z
Releases: 8.1.3
When using GCC on AMD64 and PPC, ECPGget_variable() takes a va_list *, not
a va_list. Christof Petig's previous patch made this change, but neglected
to update ecpglib/descriptor.c, resulting in a compiler warning (and a
likely runtime crash) on AMD64 and PPC.

Files

PathChange+/−
src/interfaces/ecpg/ecpglib/descriptor.c modified +5 −1