~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/stacktrace.h

  • Committer: Brian Aker
  • Date: 2009-02-27 21:38:40 UTC
  • Revision ID: brian@tangent.org-20090227213840-r9hq3sfk8d8qrg72
Code cleanup in signal_handler.cc

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18
18
 */
19
19
 
20
 
#ifndef DRIZZLED_STACKTRACE_H
21
 
#define DRIZZLED_STACKTRACE_H
 
20
#include "global.h"
22
21
 
23
22
#ifdef __cplusplus
24
23
extern "C" {
63
62
#ifdef  __cplusplus
64
63
}
65
64
#endif
66
 
 
67
 
#endif /* DRIZZLED_STACKTRACE_H */