summaryrefslogtreecommitdiffhomepage
path: root/mixutils/mixvm_loop.c
diff options
context:
space:
mode:
authorjaortega <jaortega>2001-02-14 23:33:09 +0000
committerjaortega <jaortega>2001-02-14 23:33:09 +0000
commit9d97119cb4f191b7fa25a2d4913dd8bb41069776 (patch)
tree51acb65d80b266e3ee91da210dfa25ed23ced456 /mixutils/mixvm_loop.c
parent28d1b39edb08deff4edd50c7529c96aa23e39efe (diff)
downloadmdk-9d97119cb4f191b7fa25a2d4913dd8bb41069776.tar.gz
mdk-9d97119cb4f191b7fa25a2d4913dd8bb41069776.tar.bz2
mixvm-gud interface added
Diffstat (limited to 'mixutils/mixvm_loop.c')
-rw-r--r--mixutils/mixvm_loop.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mixutils/mixvm_loop.c b/mixutils/mixvm_loop.c
index 309c492..8a571d8 100644
--- a/mixutils/mixvm_loop.c
+++ b/mixutils/mixvm_loop.c
@@ -1,7 +1,7 @@
/* -*-c-*- -------------- mixvm_loop.c :
* Implementation of mix vm command loop.
* ------------------------------------------------------------------
- * 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
@@ -56,9 +56,9 @@ rl_gets ()
/* The main command loop of the virtual machine */
void
-mix_vmloop (const gchar *file)
+mix_vmloop (const gchar *file, gboolean use_emacs)
{
- mixvm_cmd_init ((char *)file);
+ mixvm_cmd_init ((char *)file, use_emacs);
while ( mixvm_cmd_exec (rl_gets ()) )
;
}