1997-02-24 11:24:39 -08:00
|
|
|
/***********************************************************************/
|
|
|
|
/* */
|
|
|
|
/* Objective Caml */
|
|
|
|
/* */
|
1997-02-25 06:39:02 -08:00
|
|
|
/* Damien Doligez, projet Para, INRIA Rocquencourt */
|
1997-02-24 11:24:39 -08:00
|
|
|
/* */
|
1997-02-25 06:39:02 -08:00
|
|
|
/* Copyright 1997 Institut National de Recherche en Informatique et */
|
1999-11-17 10:59:06 -08:00
|
|
|
/* en Automatique. All rights reserved. This file is distributed */
|
|
|
|
/* under the terms of the GNU Library General Public License. */
|
1997-02-24 11:24:39 -08:00
|
|
|
/* */
|
|
|
|
/***********************************************************************/
|
|
|
|
|
|
|
|
/* $Id$ */
|
|
|
|
|
|
|
|
/* Operations on weak arrays */
|
|
|
|
|
|
|
|
#include "mlvalues.h"
|
|
|
|
|
|
|
|
extern value weak_list_head;
|