Commit 9f8b265d by John Hassey

Change "va_list)" to "__gnuc_va_list)".

From-SVN: r3500
parent 631e21eb
......@@ -827,6 +827,7 @@ if [ -r $file ] && [ ! -r ${LIB}/$file ]; then
chmod +w ${LIB}/$file 2>/dev/null
chmod a+r ${LIB}/$file 2>/dev/null
fi
-e 's@ va_list)@ __gnuc_va_list)@' \
if [ -r ${LIB}/$file ]; then
echo Fixing $file, non-const arg
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment