Skip to content

Commit

Permalink
PR#5973 (old @ escape was still implemented in Format) + bootstrap.
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/version/4.00@13600 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
pierreweis committed Apr 23, 2013
1 parent 2e20ea0 commit d3716d0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 3 deletions.
Binary file modified boot/ocamlc
Binary file not shown.
Binary file modified boot/ocamldep
Binary file not shown.
Binary file modified boot/ocamllex
Binary file not shown.
3 changes: 0 additions & 3 deletions stdlib/format.ml
Expand Up @@ -1148,9 +1148,6 @@ let mkprintf to_s get_out =
print_as := Some size;
doprn n (skip_gt i) in
get_int n (succ i) got_size
| '@' | '%' as c ->
pp_print_as_char c;
doprn n (succ i)
| _ -> invalid_format fmt i
end
| c ->
Expand Down

0 comments on commit d3716d0

Please sign in to comment.