diff options
-rw-r--r-- | mixlib/mix_file.c | 2 | ||||
-rw-r--r-- | mixlib/mix_file.h | 2 | ||||
-rw-r--r-- | mixlib/mix_src_file.c | 4 | ||||
-rw-r--r-- | mixutils/mixvm_command.c | 1 |
4 files changed, 5 insertions, 4 deletions
diff --git a/mixlib/mix_file.c b/mixlib/mix_file.c index 9b79eef..023f4ef 100644 --- a/mixlib/mix_file.c +++ b/mixlib/mix_file.c @@ -1,7 +1,7 @@ /* -*-c-*- -------------- mix_file.c : * Implementation of the functions declared in mix_file.h * ------------------------------------------------------------------ - * Copyright (C) 2000 jose antonio ortega ruiz <jaortega@acm.org> + * Copyright (C) 2000, 2001 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mixlib/mix_file.h b/mixlib/mix_file.h index 5be6717..22bed74 100644 --- a/mixlib/mix_file.h +++ b/mixlib/mix_file.h @@ -1,7 +1,7 @@ /* -*-c-*- ---------------- mix_file.h : * Declarations for the mix_file_t type. * ------------------------------------------------------------------ - * Copyright (C) 2000 jose antonio ortega ruiz <jaortega@acm.org> + * Copyright (C) 2000 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mixlib/mix_src_file.c b/mixlib/mix_src_file.c index c6e1be0..b0e680b 100644 --- a/mixlib/mix_src_file.c +++ b/mixlib/mix_src_file.c @@ -1,9 +1,9 @@ /* -*-c-*- -------------- mix_src_file.c : * Implementation of the functions declared in mix_src_file.h * ------------------------------------------------------------------ - * Last change: Time-stamp: "00/12/17 22:46:27 jose" + * Last change: Time-stamp: "01/02/16 00:03:10 jose" * ------------------------------------------------------------------ - * Copyright (C) 2000 jose antonio ortega ruiz <jaortega@acm.org> + * Copyright (C) 2000, 2001 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mixutils/mixvm_command.c b/mixutils/mixvm_command.c index ca72c51..c585363 100644 --- a/mixutils/mixvm_command.c +++ b/mixutils/mixvm_command.c @@ -232,6 +232,7 @@ emacs_output_ (void) from elsewhere...) */ const mix_src_file_t *src = mix_vm_get_src_file (vm_); const gchar *path = mix_src_file_get_path (src); + mix_address_t loc = mix_vm_get_prog_count (vm_); guint lineno = mix_vm_get_address_lineno (vm_, loc); |