summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjaortega <jaortega>2001-02-15 23:16:18 +0000
committerjaortega <jaortega>2001-02-15 23:16:18 +0000
commit625714c7186f8c278c36e722f9ef37edad442c93 (patch)
treece601b0f7645b43440f242cfb8bec43041642d4e
parent903f14b8b17f1b236ac305cfb23f3600a8e82eec (diff)
downloadmdk-625714c7186f8c278c36e722f9ef37edad442c93.tar.gz
mdk-625714c7186f8c278c36e722f9ef37edad442c93.tar.bz2
copyright notice to fsf
-rw-r--r--mixlib/mix_file.c2
-rw-r--r--mixlib/mix_file.h2
-rw-r--r--mixlib/mix_src_file.c4
-rw-r--r--mixutils/mixvm_command.c1
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);