diff options
| -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$ |
