1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-13 20:35:54 +01:00

Update for 0.51.0

This commit is contained in:
dan
1999-01-25 19:06:50 +00:00
parent 3aeb1eb052
commit 416e3a82be
238 changed files with 24235 additions and 11473 deletions

View File

@@ -39,7 +39,8 @@
#ifdef NDEBUG
#define wassertr(expr, val) ((void)0)
#define wassertr(expr) {}
#define wassertrv(expr, val) {}
#else /* !NDEBUG */
@@ -118,6 +119,10 @@ typedef void WMNotificationObserverAction(void *observerData,
/*......................................................................*/
typedef void (waborthandler)(int);
waborthandler *wsetabort(waborthandler*);
void wfatal(const char *msg, ...);
void wwarning(const char *msg, ...);