portability: use va_start and va_end in the same function.

* src/complain.c (error_message): Move va_end from here...
(ERROR_MESSAGE): ... to here.
(cherry picked from commit 786578e394)
This commit is contained in:
Joel E. Denny
2009-10-11 16:34:44 -04:00
parent 2ceb8c617c
commit 7aaf9ce758
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1,3 +1,9 @@
2009-10-11 Joel E. Denny <[email protected]>
portability: use va_start and va_end in the same function.
* src/complain.c (error_message): Move va_end from here...
(ERROR_MESSAGE): ... to here.
2009-10-04 Joel E. Denny <[email protected]>
tests: skip tests of file names that platform does not support.