ossp-pkg/ex/ex.c 1.7 -> 1.8
--- ex.c 2002/03/30 18:56:02 1.7
+++ ex.c 2003/01/06 15:31:24 1.8
@@ -1,8 +1,8 @@
/*
-** OSSP ex - Exception Handling Library
-** Copyright (c) 2002 Ralf S. Engelschall <rse@engelschall.com>
-** Copyright (c) 2002 The OSSP Project <http://www.ossp.org/>
-** Copyright (c) 2002 Cable & Wireless Deutschland <http://www.cw.com/de/>
+** OSSP ex - Exception Handling
+** Copyright (c) 2002-2003 Ralf S. Engelschall <rse@engelschall.com>
+** Copyright (c) 2002-2003 The OSSP Project <http://www.ossp.org/>
+** Copyright (c) 2002-2003 Cable & Wireless Deutschland <http://www.cw.com/de/>
**
** This file is part of OSSP ex, an exception handling library
** which can be found at http://www.ossp.org/pkg/lib/ex/.
@@ -43,7 +43,7 @@
/* default __ex_terminate callback function */
void __ex_terminate_default(ex_t *e)
-{
+{
fprintf(stderr,
"**EX: UNCAUGHT EXCEPTION: "
"class=0x%lx object=0x%lx value=0x%lx [%s:%d@%s]\n",
|
|