~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/memory/root.h

  • Committer: Monty Taylor
  • Date: 2009-12-22 23:59:18 UTC
  • mto: This revision was merged to the branch mainline in revision 1253.
  • Revision ID: mordred@inaugust.com-20091222235918-jqw7xid4xlwa0uza
More mysys cleaning.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
   along with this program; if not, write to the Free Software
14
14
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
15
15
 
16
 
/*
17
 
   Data structures for mysys/my_alloc.c (root memory allocator)
18
 
*/
19
16
 
20
 
#ifndef MYSYS_MY_ALLOC_H
21
 
#define MYSYS_MY_ALLOC_H
 
17
#ifndef DRIZZLED_MEMORY_ROOT_H
 
18
#define DRIZZLED_MEMORY_ROOT_H
22
19
 
23
20
#include <stddef.h>
 
21
 
24
22
#include <drizzled/definitions.h>
25
23
 
26
24
#if defined(__cplusplus)
71
69
#if defined(__cplusplus)
72
70
}
73
71
#endif
74
 
#endif /* MYSYS_MY_ALLOC_H */
 
72
#endif /* DRIZZLED_MEMORY_ROOT_H */