summaryrefslogtreecommitdiffstats
path: root/parsing/syntaxerr.ml
diff options
context:
space:
mode:
authorPierre Weis <Pierre.Weis@inria.fr>2011-10-28 21:26:01 +0000
committerPierre Weis <Pierre.Weis@inria.fr>2011-10-28 21:26:01 +0000
commit731b2a05dd909c25dc0be3a04731d4bbbe23e256 (patch)
tree98d921c9a666517a69abed9d8739950300b44eb2 /parsing/syntaxerr.ml
parent67e74dbb61fcb4f789e85ebf0b7d2732ba8127be (diff)
Too long lines.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11254 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'parsing/syntaxerr.ml')
-rw-r--r--parsing/syntaxerr.ml4
1 files changed, 3 insertions, 1 deletions
diff --git a/parsing/syntaxerr.ml b/parsing/syntaxerr.ml
index b0fda3695..29f0deb3a 100644
--- a/parsing/syntaxerr.ml
+++ b/parsing/syntaxerr.ml
@@ -37,7 +37,9 @@ let report_error ppf = function
Location.print_error opening_loc opening
end
| Applicative_path loc ->
- fprintf ppf "%aSyntax error: applicative paths of the form F(X).t are not supported when the option -no-app-func is set."
+ fprintf ppf
+ "%aSyntax error: applicative paths of the form F(X).t \
+ are not supported when the option -no-app-func is set."
Location.print_error loc
| Other loc ->
fprintf ppf "%aSyntax error" Location.print_error loc