aboutsummaryrefslogtreecommitdiff
path: root/devel/ocaml-ulex/files/patch-mk_pa_ulex.ml
blob: 1932b4e5ace62e8acec98398777977e44d495d53 (plain) (blame)
1
2
3
4
5
6
7
8
9
--- mk_pa_ulex.ml.orig	Mon Dec  5 08:30:22 2005
+++ mk_pa_ulex.ml	Mon Dec  5 08:30:33 2005
@@ -1,5 +1,5 @@
 let s = float_of_string (String.sub (Sys.ocaml_version) 0 4) in
-if (s <= 3.09) then (
+if (s < 3.09) then (
   print_endline "Old camlp4 (loc)";
   Sys.command "sed s/_loc/loc/ < pa_ulex.ml.src > pa_ulex.ml"
 )