diff options
Diffstat (limited to 'parser.cpp')
-rw-r--r-- | parser.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1016,6 +1016,7 @@ StateFCommand::StateFCommand() : State() { transitions['\0'] = this; transitions['S'] = &States::replace; + transitions['R'] = &States::replacedefault; } State * |