Oups
authorMehdi Dogguy <mehdi@debian.org>
Fri, 15 Jul 2011 22:07:47 +0000 (00:07 +0200)
committerMehdi Dogguy <mehdi@debian.org>
Fri, 15 Jul 2011 22:07:47 +0000 (00:07 +0200)
debian/patches/0012-Make-objinfo-show-force_link-and-ccobjs-ccopts-when-.patch

index d5bf2c6d230357aa288f2dc9793007065e5cb254..4656ac5dc19ed1fc126392af11c611f005f1bcd3 100644 (file)
@@ -43,9 +43,9 @@ index 4f467f2..89855da 100644
 -let print_general_infos name crc defines cmi cmx =
 +let print_general_infos name force_link crc defines cmi cmx =
    printf "Name: %s\n" name;
-+  match force_link with
++  (match force_link with
 +      Some flag -> printf "Force link: %s\n" (string_of_bool flag)
-+    | None -> ();
++    | None -> ());
    printf "CRC of implementation: %s\n" (Digest.to_hex crc);
    printf "Globals defined:\n";
    List.iter print_line defines;