ossp-pkg/ex/ex.h 1.23 -> 1.24
--- ex.h 2004/02/17 09:14:55 1.23
+++ ex.h 2004/03/18 15:50:34 1.24
@@ -82,13 +82,13 @@
/* declare the exception type (public) */
typedef struct {
/* throw value */
- void *ex_class;
- void *ex_object;
- void *ex_value;
+ void *ex_class;
+ void *ex_object;
+ void *ex_value;
/* throw point */
- char *ex_file;
- int ex_line;
- char *ex_func;
+ const char *ex_file;
+ int ex_line;
+ const char *ex_func;
} ex_t;
/* declare the context type (private) */
|
|