Changeset 440 for trunk/src/sh_error.c
- Timestamp:
- Aug 30, 2013, 9:36:58 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_error.c
r405 r440 882 882 SH_MUTEX_RECURSIVE(mutex_err_handle); 883 883 884 void sh_error_handle (int sev , const char * file, long line,884 void sh_error_handle (int sev1, const char * file, long line, 885 885 long status, unsigned long msg_id, ...) 886 886 { … … 891 891 unsigned int class; 892 892 char * fmt; 893 volatile int sev = sev1; /* Avoids the 'clobbered by longjmp' warning. */ 893 894 894 895 int flag_inet;
Note:
See TracChangeset
for help on using the changeset viewer.