From 2ab1e5845c213a9951bee46a0c991202e6c46d5c Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Sat, 28 Feb 2015 10:35:04 -0600 Subject: Multiple: interop enhancements. --- cs/stepA_interop.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cs') diff --git a/cs/stepA_interop.cs b/cs/stepA_interop.cs index 2e8fc12..6531d50 100644 --- a/cs/stepA_interop.cs +++ b/cs/stepA_interop.cs @@ -231,10 +231,10 @@ namespace Mal { } repl_env.set(new MalSymbol("eval"), new MalFunc( a => EVAL(a[0], repl_env))); - int fileIdx = 1; + int fileIdx = 0; if (args.Length > 0 && args[0] == "--raw") { Mal.readline.mode = Mal.readline.Mode.Raw; - fileIdx = 2; + fileIdx = 1; } MalList _argv = new MalList(); for (int i=fileIdx; i < args.Length; i++) { -- cgit v1.2.3