Changeset 23486 for trunk/psLib/src/sys/psError.c
- Timestamp:
- Mar 23, 2009, 9:25:43 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psError.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psError.c
r19034 r23486 146 146 147 147 psErrorCode p_psErrorV(const char* filename, 148 unsigned int lineno,149 const char* func,150 psErrorCode code,151 bool new,152 const char* format,153 va_list ap)148 unsigned int lineno, 149 const char* func, 150 psErrorCode code, 151 bool new, 152 const char* format, 153 va_list ap) 154 154 { 155 155 char errMsg[MAX_STRING_LENGTH]; … … 245 245 } 246 246 247 long psErrorGetStackSize( )247 long psErrorGetStackSize(void) 248 248 { 249 249 psArray *errorStack = psErrorStackGet();
Note:
See TracChangeset
for help on using the changeset viewer.
