- added flag option menu item by Accensus.

This commit is contained in:
Christoph Oelckers 2020-10-24 17:49:56 +02:00
commit bc2b0a0252
3 changed files with 63 additions and 2 deletions

View file

@ -529,7 +529,7 @@ bool FScanner::ScanString (bool tokens)
LastGotLine = Line;
// In case the generated scanner does not use marker, avoid compiler warnings.
marker;
// marker;
#include "sc_man_scanner.h"
LastGotToken = tokens;
return return_val;