--- parser3/src/include/pa_common.h 2001/12/07 15:24:46 1.67 +++ parser3/src/include/pa_common.h 2001/12/27 19:57:08 1.69 @@ -4,20 +4,19 @@ Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) Author: Alexander Petrosyan (http://paf.design.ru) - $Id: pa_common.h,v 1.67 2001/12/07 15:24:46 paf Exp $ + $Id: pa_common.h,v 1.69 2001/12/27 19:57:08 paf Exp $ */ #ifndef PA_COMMON_H #define PA_COMMON_H -#include "pa_config_includes.h" #include "pa_pool.h" #include "pa_string.h" class Value; // replace system s*nprintf with our versions -#undef vsnpritnf +#undef vsnprintf int __vsnprintf(char *, size_t, const char *, va_list); #define vsnprintf __vsnprintf #undef snprintf