X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fctsupport.h;fp=include%2Fctsupport.h;h=4b42791df6b770ad0d93d3fc95c88dae17563c44;hp=9df0c68db548251c05b63e4e97bc40ad6987d468;hb=4f15a69a3150f180bd93fcbe1c87dbaca92a77ad;hpb=22c2ccf1889b076d55be487aa3e1fe761e42faaa diff --git a/include/ctsupport.h b/include/ctsupport.h index 9df0c68..4b42791 100644 --- a/include/ctsupport.h +++ b/include/ctsupport.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: ctsupport.h,v 1.25 2003/01/22 22:15:10 kevin Exp $ +** $Id: ctsupport.h,v 1.26 2003/03/23 18:37:42 kevin Exp $ ** ** ** This program is free software; you can redistribute it and/or modify @@ -161,6 +161,7 @@ char *str_upper(char *str); void sys_error(int severity, const char *msg, ...); void sys_verror (std::string& strOutput, int severity, const char *msg, va_list arg); void sys_error_level(int severity); +extern unsigned long int g_lSysErrorMaxCount; // Math Section