diff options
Diffstat (limited to 'mixutils')
-rw-r--r-- | mixutils/mixvm.c | 9 |
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', |