]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/ocaml/contrib/byterun/weak.h
update
[l4.git] / l4 / pkg / ocaml / contrib / byterun / weak.h
1 /***********************************************************************/
2 /*                                                                     */
3 /*                           Objective Caml                            */
4 /*                                                                     */
5 /*            Damien Doligez, projet Para, INRIA Rocquencourt          */
6 /*                                                                     */
7 /*  Copyright 1997 Institut National de Recherche en Informatique et   */
8 /*  en Automatique.  All rights reserved.  This file is distributed    */
9 /*  under the terms of the GNU Library General Public License, with    */
10 /*  the special exception on linking described in file ../LICENSE.     */
11 /*                                                                     */
12 /***********************************************************************/
13
14 /* $Id: weak.h 6045 2004-01-01 16:42:43Z doligez $ */
15
16 /* Operations on weak arrays */
17
18 #ifndef CAML_WEAK_H
19 #define CAML_WEAK_H
20
21 #include "mlvalues.h"
22
23 extern value caml_weak_list_head;
24 extern value caml_weak_none;
25
26 #endif /* CAML_WEAK_H */