]> git.pld-linux.org Git - packages/ocaml-pxp.git/commitdiff
- fixes build, I wonder where did this sub_lexeme function come from...
authorMichal Moskal <michal@moskal.me>
Mon, 13 May 2002 11:38:51 +0000 (11:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ocaml-pxp-sub_lexeme.patch -> 1.1

ocaml-pxp-sub_lexeme.patch [new file with mode: 0644]

diff --git a/ocaml-pxp-sub_lexeme.patch b/ocaml-pxp-sub_lexeme.patch
new file mode 100644 (file)
index 0000000..9f37b24
--- /dev/null
@@ -0,0 +1,12 @@
+diff -ur pxp-1.1.4/src/pxp-wlex/pxp_wlex.mlw pxp-1.1.4-/src/pxp-wlex/pxp_wlex.mlw
+--- pxp-1.1.4/src/pxp-wlex/pxp_wlex.mlw        Fri Mar 15 23:16:45 2002
++++ pxp-1.1.4-/src/pxp-wlex/pxp_wlex.mlw       Sun May 12 00:10:10 2002
+@@ -28,6 +28,8 @@
+   let dummy_entity = ( new dummy_entity : entity_id )
++  let sub_lexeme lb st ln = String.sub (Lexing.lexeme lb) st ln
++
+   (* The following tokens are pre-allocated to reduce the load on the
+    * GC.
+    *)
This page took 0.032255 seconds and 4 git commands to generate.