~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/stacktrace.h

merge in my changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
#endif /* HAVE_STACKTRACE */
56
56
 
57
57
 
58
 
#if !defined(__NETWARE__)
59
 
#define HAVE_WRITE_CORE
60
 
#endif
61
 
 
62
 
#ifdef HAVE_WRITE_CORE
63
58
void write_core(int sig);
64
 
#endif
65
 
 
66
59
 
67
60
#ifdef  __cplusplus
68
61
}