caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Alessandro Baretta <a.baretta@barettadeit.com>
To: Ocaml <caml-list@inria.fr>, Alain Frisch <Alain.Frisch@inria.fr>,
	Gerd Stolpmann <gerd@gerd-stolpmann.de>
Subject: Ulex patch for ocaml-3.09
Date: Fri, 28 Oct 2005 10:11:27 +0200	[thread overview]
Message-ID: <4361DD2F.9060103@barettadeit.com> (raw)

Ulex 0.7 (required by PXP) needs the following patch to build on ocaml 
3.09.0.

Alex

diff -Naur ulex-0.7/mk_pa_ulex.ml ulex-0.7-deit/mk_pa_ulex.ml
--- ulex-0.7/mk_pa_ulex.ml      2005-05-24 17:16:51.000000000 +0200
+++ ulex-0.7-deit/mk_pa_ulex.ml 2005-10-28 10:07:48.000000000 +0200
@@ -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"
  )


                 reply	other threads:[~2005-10-28  8:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4361DD2F.9060103@barettadeit.com \
    --to=a.baretta@barettadeit.com \
    --cc=Alain.Frisch@inria.fr \
    --cc=caml-list@inria.fr \
    --cc=gerd@gerd-stolpmann.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).