Implement .ENABLE MCL

This commit is contained in:
Paul Koning
2022-06-26 14:27:19 -04:00
parent 21f21b9799
commit 7da1e1ef56
5 changed files with 104 additions and 72 deletions

View File

@@ -71,6 +71,9 @@ BUFFER *subst_args(
BUFFER *text,
ARG *args);
int do_mcall (
char *label,
STACK *stack);
#endif