added cinst to pformat decl so we match ansi C

This commit is contained in:
Jeff Hill
1995-02-18 01:51:38 +00:00
parent 23f970b821
commit e783ec0de9

View File

@@ -49,7 +49,8 @@
* ERRMESSAGE - now a macro to call errPrintf
* ERRPRINTF - print an error symbol message
***************************************************************/
void errPrintf(long status, char *pFileName, int lineno, char *pformat, ...)
void errPrintf(long status, const char *pFileName,
int lineno, const char *pformat, ...)
{
va_list pvar;