~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/lex_column.h

  • Committer: Monty Taylor
  • Date: 2011-02-11 23:32:44 UTC
  • mto: (2165.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2166.
  • Revision ID: mordred@inaugust.com-20110211233244-swy1ybrpfuwmkc5l
Actually distribute the pc files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 */
19
19
 
20
20
 
21
 
#pragma once
 
21
#ifndef DRIZZLED_LEX_COLUMN_H
 
22
#define DRIZZLED_LEX_COLUMN_H
22
23
 
23
24
namespace drizzled
24
25
{
33
34
 
34
35
}
35
36
 
 
37
#endif /* DRIZZLED_LEX_COLUMN_H */