When using GCC on AMD64 and PPC, ECPGget_variable() takes a va_list *, not
authorNeil Conway <neilc@samurai.com>
Sun, 15 Jan 2006 22:47:10 +0000 (22:47 +0000)
committerNeil Conway <neilc@samurai.com>
Sun, 15 Jan 2006 22:47:10 +0000 (22:47 +0000)
commit96d30e8c895765def45b3ec061343b23cf515f0e
tree0c45eb2d7f9654a9b3a7e44a6de9eb3f402b5d0a
parent47b14f036339d7100dd54615949fe13aaae0322d
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.
src/interfaces/ecpg/ecpglib/descriptor.c