From 7ae7718d75fc924a66b78ec2b7311f0032770601 Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Sat, 16 Nov 2013 09:33:31 +0100 Subject: ddb/db_lex.h: add ifndef * ddb/db_lex.h: Add ifndef. --- ddb/db_lex.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ddb') diff --git a/ddb/db_lex.h b/ddb/db_lex.h index dc9da0a..5900122 100644 --- a/ddb/db_lex.h +++ b/ddb/db_lex.h @@ -31,6 +31,9 @@ * Lexical analyzer. */ +#ifndef _DDB_DB_LEX_H_ +#define _DDB_DB_LEX_H_ + #define TOK_STRING_SIZE 64 #define DB_LEX_LINE_SIZE 256 @@ -92,3 +95,5 @@ extern db_expr_t db_radix; #define tLOG_OR 31 #define tSTRING 32 #define tQUESTION 33 + +#endif /* _DDB_DB_LEX_H_ */ -- cgit v1.2.3