]> git.ipfire.org Git - thirdparty/vala.git/commit
codegen: Avoid symbol clashes with "va_*" from "stdarg.h"
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 11 Mar 2020 09:06:39 +0000 (10:06 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 11 Mar 2020 09:07:40 +0000 (10:07 +0100)
commita5c3c6c635978933641a1edd45aa5adfc5a10c24
treed727c5790615df451140df14b1d0363c69d4cd87
parent43663330509962932c0e976bc2f3964a7896c298
codegen: Avoid symbol clashes with "va_*" from "stdarg.h"

Make a better choice for naming the local variables in
CCodeArrayModule.append_params_array()

In addition to 98ab3da89640b8b8a6c67044b4df1194672774bb

Fixes https://gitlab.gnome.org/GNOME/vala/issues/923
codegen/valaccodearraymodule.vala