~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

  • Committer: Jay Pipes
  • Date: 2009-05-14 19:10:01 UTC
  • mto: (1024.1.2 merge)
  • mto: This revision was merged to the branch mainline in revision 1025.
  • Revision ID: jpipes@serialcoder-20090514191001-x1ohuobvl4avzym4
Cosmetic: make sql_lex.h include guard match rest of drizzled/ headers.

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 DRIZZLE_SERVER_SQL_LEX_H
21
 
#define DRIZZLE_SERVER_SQL_LEX_H
 
20
#ifndef DRIZZLED_SQL_LEX_H
 
21
#define DRIZZLED_SQL_LEX_H
22
22
 
23
23
/**
24
24
  @defgroup Semantic_Analysis Semantic Analysis
1430
1430
*/
1431
1431
 
1432
1432
#endif /* DRIZZLE_SERVER */
1433
 
#endif /* DRIZZLE_SERVER_SQL_LEX_H */
 
1433
#endif /* DRIZZLED_SQL_LEX_H */