[project @ 1997-03-14 07:52:06 by simonpj]
[ghc-hetmet.git] / ghc / compiler / parser / main.c
index 325c553..eb1c58e 100644 (file)
@@ -24,6 +24,7 @@ main(int argc, char **argv)
 {
     Lnil = mklnil();   /* The null list -- used in lsing, etc. */
 
+    argv++; argc--;
     process_args(argc,argv);
 
     hash_init();