diff options
| author | Konstantin Kirik (snegovick) <snegovick@uprojects.org> | 2025-12-25 11:21:06 +0300 |
|---|---|---|
| committer | Konstantin Kirik (snegovick) <snegovick@uprojects.org> | 2025-12-25 11:21:06 +0300 |
| commit | 2630491c9870e71a78791a8144a340e4cd5f99ed (patch) | |
| tree | 94b0c91d0a0386e011ac4e82dea3ddf0479c99f4 /appl/cmd/sh9cmd.b | |
| parent | e613e3bfa9611b57017919e61627cd10077bdf69 (diff) | |
Implement basic interactive mode
Diffstat (limited to 'appl/cmd/sh9cmd.b')
| -rw-r--r-- | appl/cmd/sh9cmd.b | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/cmd/sh9cmd.b b/appl/cmd/sh9cmd.b index 9eea237..a735d03 100644 --- a/appl/cmd/sh9cmd.b +++ b/appl/cmd/sh9cmd.b @@ -4,6 +4,6 @@ include "sys.m"; include "draw.m"; include "sh9cmd.m"; -init(ctxt: ref Draw->Context, argv: list of string) +init(nil: ref Draw->Context, nil: list of string) { } |
