~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/stacktrace.h

  • Committer: Stewart Smith
  • Date: 2008-06-30 05:33:25 UTC
  • mfrom: (12.2.8 drizzle)
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: stewart@flamingspork.com-20080630053325-mwrv6bjaufcpvj8n
merge my work

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
}