aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.dir-locals.el1
-rw-r--r--c_lexer/src/main.cpp1
2 files changed, 1 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..895e057
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1 @@
+((nil . ((company-clang-arguments . ("-I../include/")))))
diff --git a/c_lexer/src/main.cpp b/c_lexer/src/main.cpp
index 1e45bbd..cf674ff 100644
--- a/c_lexer/src/main.cpp
+++ b/c_lexer/src/main.cpp
@@ -14,7 +14,6 @@ int main() {
std::stringstream str_line, src_col, src_line;
TokenType type = (TokenType)yylex();
-
str_line << lineCount;
streamLine = str_line.str();