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) ...@@ -620,6 +620,8 @@ mh_code_builtin (mh_builtin_t *bp, int argtype)
620 break; 620 break;
621 621
622 case mhtype_str: 622 case mhtype_str:
623 if (bp->optarg == MHA_OPT_CLEAR)
624 mh_code_string ("");
623 /* mhtype_none means that the argument was an escape, 625 /* mhtype_none means that the argument was an escape,
624 which has left its string value (if any) in the 626 which has left its string value (if any) in the
625 arg_str register. Therefore, there's no need to 627 arg_str register. Therefore, there's no need to
......