2000-06-29 04:46:14 -07:00
|
|
|
(***********************************************************************)
|
|
|
|
(* *)
|
|
|
|
(* Objective Caml *)
|
|
|
|
(* *)
|
|
|
|
(* Xavier Leroy, projet Cristal, INRIA Rocquencourt *)
|
|
|
|
(* *)
|
2000-07-15 19:57:31 -07:00
|
|
|
(* Copyright 2000 Institut National de Recherche en Informatique et *)
|
2000-06-29 04:46:14 -07:00
|
|
|
(* en Automatique. All rights reserved. This file is distributed *)
|
|
|
|
(* under the terms of the Q Public License version 1.0. *)
|
|
|
|
(* *)
|
|
|
|
(***********************************************************************)
|
|
|
|
|
|
|
|
(* $Id$ *)
|
|
|
|
|
|
|
|
(* Reloading for the IA64. *)
|
|
|
|
|
|
|
|
let fundecl f =
|
|
|
|
(new Reloadgen.reload_generic)#fundecl f
|