formatting

This commit is contained in:
anon
2023-11-19 00:59:56 +01:00
parent f6668aa9fe
commit 11a6fc2d26
2 changed files with 4 additions and 1 deletions

View File

@ -10,6 +10,7 @@
#include "global.hpp"
std::stack<std::string> tag_stack;
static std::string tag_candidate = "";
static

View File

@ -22,8 +22,10 @@ bool do_ignore(const std::string &current_tag) {
}
extern int ignore_count; // number of '{' / '}'s to be placed around the current ignored block
extern int ignore_i; // number of '}'s so far
extern int ignore_i; // number of '}'s so far
extern std::string buffer;
extern char quote;
#define SCANNER_H