PR#5973 (old @ escape was still implemented in Format) + bootstrap.

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13601 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Pierre Weis 2013-04-23 21:44:30 +00:00
parent 976cb4a2f4
commit 1d1d751326
4 changed files with 0 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1179,9 +1179,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 ->