1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-29 09:52:29 +01:00

removed WErrorCode

This commit is contained in:
dan
1999-12-12 20:35:12 +00:00
parent 9e47eba187
commit 03748f0fbe
3 changed files with 4 additions and 14 deletions

View File

@@ -34,8 +34,6 @@ changes since wmaker 0.61.1:
2. if new_size is 0, call wfree(old), and return NULL.
3. if both old is a valid pointer and new_size>0, call realloc.
- added wstrerror(int errnum) to return the string associated with errnum.
- added a global var WErrorCode which can hold various error codes
(similar to errno or RErrorCode).
- new wsyserrorwithcode(int error, const char* fmt, ...), similar to
wsyserror(), but printing the message for the specified error code.