Skip to content

Commit 5c6b901

Browse files
authored
Update lexer.h (#8)
Update lexer.h to follow the convention JUCC_LOCALNAMESPACE_FILENAME_H
1 parent d6d2e3a commit 5c6b901

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/lexer/lexer.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef JUCC_LEXER_H
2-
#define JUCC_LEXER_H
1+
#ifndef JUCC_LEXER_LEXER_H
2+
#define JUCC_LEXER_LEXER_H
33

44
#include <cctype>
55
#include <cstdio>

0 commit comments

Comments
 (0)