Skip to content

Commit

Permalink
line macro now also starts at 1
Browse files Browse the repository at this point in the history
  • Loading branch information
X39 committed Mar 9, 2019
1 parent c43c7fd commit 369ffa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parsepreprocessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ namespace {
}
std::string content;
size_t off = 0;
size_t line = 0;
size_t line = 1;
size_t col = 0;
std::string path;
// Returns the next character.
Expand Down

0 comments on commit 369ffa4

Please sign in to comment.