From fc1b86e1cabf36c4d902db95fc8f0c6b0e2d21ef Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Wed, 30 Jun 2010 00:06:31 -0700 Subject: Wrap long lines. --- src/boot/me/dwarf.ml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/boot/me/dwarf.ml') diff --git a/src/boot/me/dwarf.ml b/src/boot/me/dwarf.ml index 410ff402..663ce9f5 100644 --- a/src/boot/me/dwarf.ml +++ b/src/boot/me/dwarf.ml @@ -1311,9 +1311,10 @@ let (abbrev_alias_slot:abbrev) = ;; (* FIXME: Perverse, but given dwarf's vocabulary it seems at least plausible - * that a "mutable const type" is a correct way of saying "mutable". Or else we - * make up our own. Revisit perhaps. + * that a "mutable const type" is a correct way of saying "mutable". + * Or else we make up our own. Revisit perhaps. *) + let (abbrev_mutable_type:abbrev) = (DW_TAG_const_type, DW_CHILDREN_no, [| -- cgit v1.2.3