Fixes for the Watcom compiler and some general improvements for older

compilers that don't have the va_copy macro.


git-svn-id: svn://svn.cc65.org/cc65/trunk@3338 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2004-12-18 14:28:42 +00:00
parent ad8a481a9e
commit 218e722b91
3 changed files with 66 additions and 3 deletions

View File

@@ -37,6 +37,7 @@
/* common */
#include "strbuf.h"
#include "va_copy.h"
#include "xmalloc.h"
#include "xsprintf.h"