~ubuntu-branches/debian/sid/ocaml/sid

« back to all changes in this revision

Viewing changes to debugger/program_management.ml

  • Committer: Bazaar Package Importer
  • Author(s): Stéphane Glondu
  • Date: 2011-04-21 21:35:08 UTC
  • mfrom: (1.1.11 upstream) (12.1.14 sid)
  • Revision ID: james.westby@ubuntu.com-20110421213508-kg34453aqmb0moha
* Fixes related to -output-obj with g++ (in debian/patches):
  - add Declare-primitive-name-table-as-const-char
  - add Avoid-multiple-declarations-in-generated-.c-files-in
  - fix Embed-bytecode-in-C-object-when-using-custom: the closing
    brace for extern "C" { ... } was missing in some cases

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
(*                                                                     *)
12
12
(***********************************************************************)
13
13
 
14
 
(* $Id: program_management.ml 9226 2009-04-02 09:44:21Z xclerc $ *)
 
14
(* $Id: program_management.ml 10450 2010-05-21 12:00:49Z doligez $ *)
15
15
 
16
16
(* Manage the loading of the program *)
17
17
 
117
117
 
118
118
let initialize_loading () =
119
119
  if !debug_loading then
120
 
    prerr_endline "Loading debugging informations...";
 
120
    prerr_endline "Loading debugging information...";
121
121
  begin try access !program_name [F_OK]
122
122
  with Unix_error _ ->
123
123
    prerr_endline "Program not found.";