summaryrefslogtreecommitdiffhomepage
path: root/mixutils
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2002-04-08 00:31:06 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2002-04-08 00:31:06 +0000
commit5b3a02e6dd5b50c5b8770e7399a611b8166482e8 (patch)
tree880123c9734c6b2fe4af09ad677a890b25d909c1 /mixutils
parent592eff391ec7c584145d4bc2e643f3a2205a2d3d (diff)
downloadmdk-5b3a02e6dd5b50c5b8770e7399a611b8166482e8.tar.gz
mdk-5b3a02e6dd5b50c5b8770e7399a611b8166482e8.tar.bz2
new option (-t/--time)
Diffstat (limited to 'mixutils')
-rw-r--r--mixutils/mixvm.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/mixutils/mixvm.c b/mixutils/mixvm.c
index 4cb589f..f4a5b99 100644
--- a/mixutils/mixvm.c
+++ b/mixutils/mixvm.c
@@ -1,7 +1,7 @@
/* -*-c-*- -------------- mixvm.c :
* Main function for mixvm, the mix vm simulator
* ------------------------------------------------------------------
- * $Id: mixvm.c,v 1.7 2002/03/20 01:30:11 jao Exp $
+ * $Id: mixvm.c,v 1.8 2002/04/08 00:31:06 jao Exp $
* ------------------------------------------------------------------
* Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
*
@@ -36,12 +36,7 @@
# include <lib/getopt.h>
#endif /* HAVE_GETOPT_LONG */
-extern void
-mix_vmloop (int argc, char *argv[], gboolean initfile,
- const gchar *code_file, gboolean use_emacs);
-
-extern void
-mix_vmrun (const gchar *code_file, gboolean dump, gboolean ptime);
+#include "mixvm_loop.h"
enum {
VER_OPT = 'v',