summaryrefslogtreecommitdiffhomepage
path: root/mixlib/mix_code_file.h
diff options
context:
space:
mode:
authorJose A Ortega Ruiz <jao@gnu.org>2007-06-25 23:20:06 +0000
committerJose A Ortega Ruiz <jao@gnu.org>2007-06-25 23:20:06 +0000
commitd6b247e85f35583a0e10c5000a3f93063c4b807c (patch)
tree24f492adcf3bdc810a24b6cba1957a831f8bd0bb /mixlib/mix_code_file.h
parent33797e0618cb6318c299d2945903003a55e59e42 (diff)
downloadmdk-d6b247e85f35583a0e10c5000a3f93063c4b807c.tar.gz
mdk-d6b247e85f35583a0e10c5000a3f93063c4b807c.tar.bz2
GPL v3 notices
git-archimport-id: mdk@sv.gnu.org/mdk--devel--1--patch-43
Diffstat (limited to 'mixlib/mix_code_file.h')
-rw-r--r--mixlib/mix_code_file.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/mixlib/mix_code_file.h b/mixlib/mix_code_file.h
index 84b89fb..054bc42 100644
--- a/mixlib/mix_code_file.h
+++ b/mixlib/mix_code_file.h
@@ -1,23 +1,23 @@
/* -*-c-*- ---------------- mix_code_file.h :
- * Declaration of mix_code_file_t, a file containing compiled mix
+ * Declaration of mix_code_file_t, a file containing compiled mix
* instructions.
* ------------------------------------------------------------------
- * Copyright (C) 2000 Free Software Foundation, Inc.
- *
+ * Copyright (C) 2000, 2007 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
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
+ *
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- *
+ *
*/
@@ -35,7 +35,7 @@ typedef struct mix_code_file_t mix_code_file_t;
source line numbers
*/
typedef struct mix_ins_desc_t mix_ins_desc_t;
-struct mix_ins_desc_t
+struct mix_ins_desc_t
{
mix_word_t ins; /* a mix instruction coded into a word */
mix_address_t address; /* the address of this instruction */
@@ -91,7 +91,7 @@ extern gboolean
mix_code_file_write_ins(mix_code_file_t *file, const mix_ins_desc_t *desc);
extern gboolean
-mix_code_file_write_next_ins(mix_code_file_t *file, mix_word_t ins,
+mix_code_file_write_next_ins(mix_code_file_t *file, mix_word_t ins,
guint lineno);
extern gboolean
@@ -100,7 +100,7 @@ mix_code_file_set_address(mix_code_file_t *file, mix_address_t address);
/* get details about the source file */
extern const gchar *
mix_code_file_get_source_path (const mix_code_file_t *file);
-
+
#endif /* MIX_CODE_FILE_H */