src/lexer.h

changeset 80
2ed3430fdd08
parent 79
2425fa6a4f21
child 81
071715c17296
--- a/src/lexer.h	Fri Jan 17 22:55:13 2014 +0200
+++ b/src/lexer.h	Fri Jan 17 22:57:40 2014 +0200
@@ -28,8 +28,8 @@
 	SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */
 
-#ifndef LEXER_H
-#define LEXER_H
+#ifndef BOTC_LEXER_H
+#define BOTC_LEXER_H
 
 #include "main.h"
 #include "lexer_scanner.h"
@@ -112,4 +112,4 @@
 	static string describe_token_private (e_token tok_type, token* tok);
 };
 
-#endif // LEXER_H
+#endif // BOTC_LEXER_H

mercurial