PR#5835: the fix was changed to be compatible with existing programs

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13299 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Damien Doligez 2013-02-19 10:17:56 +00:00
parent 1f5882e53d
commit 43d02c2020
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ Bug fixes:
- PR#5824: Generate more efficient code for immediate right shifts.
- PR#5825: Add a toplevel primitive to use source file wrapped with the
coresponding module
* PR#5835: nonoptional labeled arguments can be passed with '?'
- PR#5835: nonoptional labeled arguments can be passed with '?'
- PR#5865: assert failure when reporting undefined field label
- PR#5885: Incorrect rule for compiling C stubs when shared libraries are not
supported.