]> git.pld-linux.org Git - packages/ocaml.git/blobdiff - ocaml-unused-var-warning.patch
- updated compile.ml change; now applies to 3.08, but needs further update (breaks...
[packages/ocaml.git] / ocaml-unused-var-warning.patch
index 2e41c9b26b16a950a4c4b203a27668a08a48cdbc..4bfe85bafe084d34738f62c788e785c664eab6e9 100644 (file)
@@ -17,15 +17,14 @@ diff -ur ocaml-3.07beta2/Makefile ocaml-3.07beta2-/Makefile
    toplevel/genprintval.cmo toplevel/toploop.cmo \
    toplevel/trace.cmo toplevel/topdirs.cmo toplevel/topmain.cmo
  
-diff -ur ocaml-3.07beta2/driver/compile.ml ocaml-3.07beta2-/driver/compile.ml
---- ocaml-3.07beta2/driver/compile.ml  2003-07-25 14:17:18.000000000 +0200
-+++ ocaml-3.07beta2-/driver/compile.ml 2003-08-28 17:29:35.000000000 +0200
+--- ocaml-3.08.0/driver/compile.ml.orig        2004-06-13 14:46:41.000000000 +0200
++++ ocaml-3.08.0/driver/compile.ml     2004-07-21 23:25:27.788583360 +0200
 @@ -99,6 +99,7 @@
      try
        Pparse.file ppf inputfile Parse.implementation ast_impl_magic_number
        ++ print_if ppf Clflags.dump_parsetree Printast.implementation
 +      ++ Warn_unused_variables.doit ppf
-       ++ Typemod.type_implementation sourcefile prefixname modulename env
+       ++ Typemod.type_implementation sourcefile outputprefix modulename env
        ++ Translmod.transl_implementation modulename
        ++ print_if ppf Clflags.dump_rawlambda Printlambda.lambda
 diff -ur ocaml-3.07beta2/driver/main_args.ml ocaml-3.07beta2-/driver/main_args.ml
This page took 0.024795 seconds and 4 git commands to generate.