git.annexia.org
/
ocaml-bitstring.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91f0f00
)
Fix empty case for OCaml 3.11 and above.
author
Richard W.M. Jones
<rich@annexia.org>
Fri, 8 Jan 2010 14:28:17 +0000
(14:28 +0000)
committer
Richard W.M. Jones
<rich@annexia.org>
Fri, 8 Jan 2010 14:28:17 +0000
(14:28 +0000)
pa_bitstring.ml
patch
|
blob
|
history
diff --git
a/pa_bitstring.ml
b/pa_bitstring.ml
index
0c09356
..
1414612
100644
(file)
--- a/
pa_bitstring.ml
+++ b/
pa_bitstring.ml
@@
-1123,6
+1123,10
@@
EXTEND Gram
fields = LIST0 patt_field SEP ";";
"}" ->
List.concat fields
+ | "{";
+ "_";
+ "}" ->
+ []
]
];