formatting
This commit is contained in:
@ -10,6 +10,7 @@
|
||||
#include "global.hpp"
|
||||
|
||||
std::stack<std::string> tag_stack;
|
||||
|
||||
static std::string tag_candidate = "";
|
||||
|
||||
static
|
||||
|
@ -22,8 +22,10 @@ bool do_ignore(const std::string ¤t_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
|
||||
|
Reference in New Issue
Block a user