Skip to content
Snippets Groups Projects
Commit ea1d5503 authored by Roberto Raggi's avatar Roberto Raggi
Browse files

Added a bit to annotate the generated tokens.

parent 63c012a2
No related branches found
No related tags found
No related merge requests found
...@@ -312,7 +312,8 @@ public: ...@@ -312,7 +312,8 @@ public:
unsigned whitespace : 1; unsigned whitespace : 1;
unsigned joined : 1; unsigned joined : 1;
unsigned expanded : 1; unsigned expanded : 1;
unsigned pad : 4; unsigned generated : 1;
unsigned pad : 3;
unsigned length : 16; unsigned length : 16;
}; };
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment