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-0dff7051ff02master
parent
976cb4a2f4
commit
1d1d751326
BIN
boot/ocamlc
BIN
boot/ocamlc
Binary file not shown.
BIN
boot/ocamldep
BIN
boot/ocamldep
Binary file not shown.
BIN
boot/ocamllex
BIN
boot/ocamllex
Binary file not shown.
|
@ -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 ->
|
||||
|
|
Loading…
Reference in New Issue