~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/lex_string.h

  • Committer: Monty Taylor
  • Date: 2008-11-07 00:15:51 UTC
  • mto: This revision was merged to the branch mainline in revision 579.
  • Revision ID: monty@inaugust.com-20081107001551-8vxb6sf1ti0i5p09
Cleaned up some headers for PCH.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef DRIZZLED_LEX_STRING_H
21
21
#define DRIZZLED_LEX_STRING_H
22
22
 
 
23
#include <stddef.h>
 
24
 
23
25
/*
24
26
  LEX_STRING -- a pair of a C-string and its length.
25
27
*/