diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2011-10-20 05:49:38 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2011-10-20 05:49:38 +0000 |
commit | efa8d8896d259382d19bed1eb82b4670846f7fbf (patch) | |
tree | a7c8458512391dcc487710f9b89bc7f7ac0be8bf /utils/clflags.ml | |
parent | 854afdd4e98b8cd93645926b02aba9e33a98e8c3 (diff) |
Shorter error messages for modules
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11225 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'utils/clflags.ml')
-rw-r--r-- | utils/clflags.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/clflags.ml b/utils/clflags.ml index 0f7187d8a..ccf75b00e 100644 --- a/utils/clflags.ml +++ b/utils/clflags.ml @@ -53,6 +53,7 @@ and no_auto_link = ref false (* -noautolink *) and dllpaths = ref ([] : string list) (* -dllpath *) and make_package = ref false (* -pack *) and for_package = ref (None: string option) (* -for-pack *) +and error_size = ref 500 (* -error-size *) let dump_parsetree = ref false (* -dparsetree *) and dump_rawlambda = ref false (* -drawlambda *) and dump_lambda = ref false (* -dlambda *) |