aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'parser.cpp')
-rw-r--r--parser.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/parser.cpp b/parser.cpp
index b862973..3f59e16 100644
--- a/parser.cpp
+++ b/parser.cpp
@@ -1016,6 +1016,7 @@ StateFCommand::StateFCommand() : State()
{
transitions['\0'] = this;
transitions['S'] = &States::replace;
+ transitions['R'] = &States::replacedefault;
}
State *