Commit 45ddd129 45ddd12959633f5ee382a61f1225e1542b0452cc by Sergey Poznyakoff

(mh_code_builtin): Minor fix.

1 parent 3c453e41
......@@ -620,6 +620,8 @@ mh_code_builtin (mh_builtin_t *bp, int argtype)
break;
case mhtype_str:
if (bp->optarg == MHA_OPT_CLEAR)
mh_code_string ("");
/* mhtype_none means that the argument was an escape,
which has left its string value (if any) in the
arg_str register. Therefore, there's no need to
......