summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cli/source.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/source.cxx b/cli/source.cxx
index 58637c8..38df449 100644
--- a/cli/source.cxx
+++ b/cli/source.cxx
@@ -1007,7 +1007,7 @@ namespace
os << "void " << name << "::" << endl
<< "_parse (" << cli << "::scanner& s," << endl
- << um << " opt_mode," << endl
+ << um << (pfx ? " opt_mode" : "") << "," << endl
<< um << " arg_mode)"
<< "{";