diff options
| author | Alan Wu <XrXr@users.noreply.github.com> | 2025-11-04 12:46:00 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-04 17:46:00 +0000 |
| commit | b6f00701cbcee1ca791384b571e1e4057749834a (patch) | |
| tree | d56d5852510870e03519527a28923c3f081e1c90 | |
| parent | 14f6f7051b9fd226dc209961563879b9cf18759e (diff) | |
[DOC] Mention on top of `vm_*.c` files the VM translation unit they're in (#15048)
vm_method.c already mentions it.
| -rw-r--r-- | vm_args.c | 2 | ||||
| -rw-r--r-- | vm_eval.c | 2 | ||||
| -rw-r--r-- | vm_insnhelper.c | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ /********************************************************************** - vm_args.c - process method call arguments. + vm_args.c - process method call arguments. Included into vm.c. $Author$ @@ -1,6 +1,6 @@ /********************************************************************** - vm_eval.c - + vm_eval.c - Included into vm.c. $Author$ created at: Sat May 24 16:02:32 JST 2008 diff --git a/vm_insnhelper.c b/vm_insnhelper.c index 27177d9b13..e3ae25b176 100644 --- a/vm_insnhelper.c +++ b/vm_insnhelper.c @@ -1,6 +1,6 @@ /********************************************************************** - vm_insnhelper.c - instruction helper functions. + vm_insnhelper.c - instruction helper functions. Included into vm.c. $Author$ |
